Skip to content

Instantly share code, notes, and snippets.

@jamesliu96
Created May 31, 2021 08:19
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 jamesliu96/4bac924cc34fd87f36fe39d836820721 to your computer and use it in GitHub Desktop.
Save jamesliu96/4bac924cc34fd87f36fe39d836820721 to your computer and use it in GitHub Desktop.
[Unit]
Description=Bittorrent Tracker
[Service]
ExecStart=bittorrent-tracker -qsp 6969
Restart=always
RestartSec=10
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=bittorrent-tracker
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment