This works for me, YMMV:/etc/systemd/system/screen.service[Unit]
Description=Detached screen session
After=network.target
[Service]
Type=oneshot
RemainAfterExit=yes
User=tomk
ExecStart=/usr/bin/screen -dm
[Install]
Wants=network.target
WantedBy=multi-user.target ~/.screenrc...
screen -t rtorrent 5 /usr/bin/rtorrent
...
tomk
https://bbs.archlinux.org/profile.php?id=1822
2013-03-
Yes indeed. Sorry for the inconvenience. I wasn't aware of this. Still thanks a lot !
CEPfister
https://bbs.archlinux.org/profile.php?id=51231
2012-09-02T13:52:23Z
please use code tags.you may want to use this service file instead:[Unit]
Description=i3lock
Before=sleep.target
[Service]
User=<user>
Type=forking
Environment=DISPLAY=:0
ExecStart=/usr/bin/i3lock -c 000000
[Install]
WantedBy=sleep.targetsystemctl enable i3lock.service
65kid
https://bbs.archlinux.org/profile.php?id=45818
2012-10-04T13:58:35Z
Well, i use openntpd, not ntpd.Heres the .service from openntpd:[Unit]
Description=OpenNTP Daemon
After=network.target
[Service]
Type=forking
ExecStart=/usr/sbin/ntpd -s
[Install]
WantedBy=multi-user.targetI think i see the error
D4ve
https://bbs.archlinux.org/profile.php?id=62494
2012-08-27T16:54:05Z
If there are those who share my dilemna, I have found a not elegant hack which will keep sasc-ng alive until it truly is initiated by systemd itself. This works with both the open-sasc-ng and open-sasc-dkms AUR packages.1) If on a new intall, install latest version of initscripts. It's no longer installed by default2) Create a rc-local.service file and put it in /etc/systemd/system.
Hey there,I need a little help with a service file I want to use for unmounting truecrypt containers and devices on shutdown, poweroff & reboot.
What does the service file look like?Like this?[Unit]
Description=hpa's original TFTP daemon
[Service]
ExecStart=/usr/sbin/in.tftpd -s /srv/tftp/
StandardInput=socket
StandardOutput=inherit
StandardError=journal
WonderWoofy
https://bbs.archlinux.org/profile.php?id=60312
2012-10-07T03:22:20Z
Hello everyone,I wonder what is the best online game one can play with an integrated intel chipset?I have tried quakelive which has a good community and it also run smoothly (~80 fps) on my computer. What else could you think of?Thanks a lot for your help !
CEPfister
https://bbs.archlinux.org/profile.php?id=51231
2013-02-03T13:18:52Z
Thank you for the input, lahwaacz.