11 lines
156 B
SYSTEMD
11 lines
156 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=rTorrent
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
User=root
|
||
|
|
Type=simple
|
||
|
|
KillMode=none
|
||
|
|
ExecStart=/bin/bash /opt/scripts/run_podfox.sh
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=default.target
|