14 lignes
269 o
Desktop File
14 lignes
269 o
Desktop File
Unit]
|
|
Description=rTorrent
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
KillMode=none
|
|
ExecStart=/usr/bin/screen -dmfa -S rtorrent /usr/bin/rtorrent
|
|
ExecStop=/usr/bin/killall -w -s 2 /usr/bin/rtorrent
|
|
WorkingDirectory=%h
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
# vim: ft=cfg
|