Last active
October 18, 2019 19:24
-
-
Save jkotra/dac2cd5dd5ca30195f0e7b8b340b1ae8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=qBittorrent Daemon Service | |
After=network.target | |
[Service] | |
User=root | |
Group=root | |
ExecStart=/usr/bin/qbittorrent-nox | |
ExecStop=/usr/bin/killall -w qbittorrent-nox | |
Restart=on-failure | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment