Skip to content

Instantly share code, notes, and snippets.

@boneskull
Created January 16, 2017 15:56
Show Gist options
  • Save boneskull/6c082525336d0394a34cf0ef344f5753 to your computer and use it in GitHub Desktop.
Save boneskull/6c082525336d0394a34cf0ef344f5753 to your computer and use it in GitHub Desktop.
deluged systemd service
[Unit]
Description=Deluge Bittorrent Client Daemon
After=network-online.target openvpn@my-vpn.service
[Service]
User=boneskull
Group=dialout
Type=simple
ExecStart=/usr/bin/deluged -d -l /var/log/deluge/daemon.log -L info
TimeoutStopSec=300
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