13 lines
249 B
SYSTEMD
13 lines
249 B
SYSTEMD
|
[Unit]
|
||
|
Description=rtorrent service
|
||
|
Wants=network-online.target
|
||
|
After=network-online.target nss-lookup.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
PrivateTmp=false
|
||
|
ExecStart=/usr/bin/rtorrent -o import=%h/.config/rtorrent.rc
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|