Skip to content

Instantly share code, notes, and snippets.

@pjobson
Created June 24, 2024 02:16
Show Gist options
  • Save pjobson/0bb036a2f40dfaae3a8b1e84dc3ce4f9 to your computer and use it in GitHub Desktop.
Save pjobson/0bb036a2f40dfaae3a8b1e84dc3ce4f9 to your computer and use it in GitHub Desktop.
# /etc/systemd/system/qbittorrent-nox.service
[Unit]
Description=qBittorrent Command Line Client
After=network.target
[Service]
Type=forking
User=qbt
Group=qbt
UMask=007
ExecStart=/usr/bin/qbittorrent-nox -d --webui-port=8080
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