Skip to content

Instantly share code, notes, and snippets.

@jkotra
Last active October 18, 2019 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkotra/dac2cd5dd5ca30195f0e7b8b340b1ae8 to your computer and use it in GitHub Desktop.
Save jkotra/dac2cd5dd5ca30195f0e7b8b340b1ae8 to your computer and use it in GitHub Desktop.
[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