Skip to content

Instantly share code, notes, and snippets.

@floodbost
Created February 14, 2022 02:16
Show Gist options
  • Save floodbost/02177846c74e1cc82fe39ca9003fc356 to your computer and use it in GitHub Desktop.
Save floodbost/02177846c74e1cc82fe39ca9003fc356 to your computer and use it in GitHub Desktop.
qbittorrent https tracker
[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