arch-pkgs/rtorrent-systemd/systemd.service
George Rawlinson 40a7250c58
build: import forked packages
Packages from either the AUR or generated by myself.
2021-07-24 10:00:59 +00:00

17 lines
317 B
Desktop File

[Unit]
Description=rTorrent daemon
After=network-online.target
[Service]
User=rtorrent
Group=rtorrent
Type=simple
KillMode=process
ExecStartPre=/usr/lib/rtorrent/cleanlock
ExecStart=/usr/bin/rtorrent -n -o import=/etc/rtorrent/rtorrent.conf
TimeoutStopSec=30
Restart=on-failure
[Install]
WantedBy=multi-user.target