11 lines
No EOL
154 B
Desktop File
11 lines
No EOL
154 B
Desktop File
[Unit]
|
|
Description=rTorrent
|
|
|
|
[Service]
|
|
User=root
|
|
Type=simple
|
|
KillMode=none
|
|
ExecStart=/bin/bash /opt/scripts/rtorrent.sh
|
|
|
|
[Install]
|
|
WantedBy=default.target |