Skip to content

Instantly share code, notes, and snippets.

@nwgat
Created November 19, 2016 21:50
Show Gist options
  • Save nwgat/4734f35b7fb844ef34369c9fef339e25 to your computer and use it in GitHub Desktop.
Save nwgat/4734f35b7fb844ef34369c9fef339e25 to your computer and use it in GitHub Desktop.
/etc/systemd/system/
[Unit]
Description=Deluge Bittorrent Client Web Interface
After=network-online.target
[Service]
Type=simple
User=deluge
Group=deluge
UMask=027
ExecStart=/usr/bin/deluge-web
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