Created
February 14, 2022 02:16
-
-
Save floodbost/02177846c74e1cc82fe39ca9003fc356 to your computer and use it in GitHub Desktop.
qbittorrent https tracker
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
[Unit] | |
Description=qBittorrenti-nox service for user %I | |
Documentation=man:qbittorrent-nox(1) | |
Wants=network-online.target | |
After=network-online.target nss-lookup.target | |
[Service] | |
Environment="SSL_CERT_FILE=/etc/pki/tls/certs/ca-bundle.crt" | |
Environment="SSL_CERT_DIR=/etc/ssl/certs" | |
Type=simple | |
PrivateTmp=false | |
User=%i | |
ExecStart=/usr/local/bin/qbittorrent-nox --webui-port=3035 | |
[Install] | |
WantedBy=multi-user.target | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment