summarylogtreecommitdiffstats
path: root/rtorrent.service
blob: d117968e9a428884a127d99673af42053b30eea2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=rTorrent System Daemon
After=network.target

[Service]
Type=simple
User=rtorrent
Group=rtorrent
ExecStart=/usr/bin/rtorrent -o system.daemon.set=true,import=/var/lib/rtorrent/rtorrent.rc
Restart=on-failure
RestartSec=3

[Install]
WantedBy=multi-user.target