12 lines
249 B
Desktop File
12 lines
249 B
Desktop File
[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
|