Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@maulvi
Created August 28, 2017 10:37
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 maulvi/f1df32bd73dcb709709c7afd30247a06 to your computer and use it in GitHub Desktop.
Save maulvi/f1df32bd73dcb709709c7afd30247a06 to your computer and use it in GitHub Desktop.
cloud-torrent.service
[Unit]
Description=cloud-torrent
[Service]
WorkingDirectory=/root/
ExecStart=/usr/local/bin/cloud-torrent --port 81 --config-path /root/cloud-torrent.json --title "Cloud"
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment