Skip to content

Instantly share code, notes, and snippets.

@boneskull
Created January 16, 2017 15:56
Show Gist options
  • Save boneskull/7ee21958b5236bef480474646e865e55 to your computer and use it in GitHub Desktop.
Save boneskull/7ee21958b5236bef480474646e865e55 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=boneskull
Group=dialout
Type=simple
ExecStart=/usr/bin/deluge-web -l /var/log/deluge/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