1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flood_ynh.git synced 2024-09-03 18:36:20 +02:00
flood_ynh/conf/rtorrent.service

18 lines
374 B
SYSTEMD
Raw Normal View History

2022-03-19 23:23:41 +01:00
[Unit]
Description=rTorrent
After=network.target
[Service]
Type=forking
KillMode=none
User=__APP__
Group=__APP__
2023-10-31 21:25:40 +01:00
WorkingDirectory=__INSTALL_DIR__/
ExecStart=/usr/bin/screen -d -m -fa -S rtorrent /usr/bin/rtorrent -o import=__INSTALL_DIR__/rtorrent.rc
2022-03-19 23:23:41 +01:00
ExecStop=/usr/bin/killall -w -s 2 /usr/bin/rtorrent
Restart=on-failure
RestartSec=3
[Install]
WantedBy=multi-user.target