Created
June 24, 2024 02:16
-
-
Save pjobson/0bb036a2f40dfaae3a8b1e84dc3ce4f9 to your computer and use it in GitHub Desktop.
This file contains 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
# /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