Skip to content

Instantly share code, notes, and snippets.

@allangarcia
Forked from boneskull/deluge-web.service
Last active April 6, 2017 13:50
Show Gist options
  • Save allangarcia/146e8db29e5d45766aee16043e7fb347 to your computer and use it in GitHub Desktop.
Save allangarcia/146e8db29e5d45766aee16043e7fb347 to your computer and use it in GitHub Desktop.
deluge-web systemd service
[Unit]
Description=Deluge BitTorrent Web Daemon
After=network-online.target
[Service]
User=debian-deluged
Group=debian-deluged
Type=simple
ExecStart=/usr/bin/deluge-web -c /var/lib/deluged/config -l /var/log/deluged/web.log -L info
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