devconf/old/.config/systemd/user/rtorrent.service

13 lines
249 B
SYSTEMD
Raw Normal View History

2022-11-13 20:52:08 +00:00
[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