Skip to content

Instantly share code, notes, and snippets.

@Domin8-IPTV
Created October 5, 2018 15:14
Show Gist options
  • Save Domin8-IPTV/5d36a8c1da8b2c16ed73a2206fc5a005 to your computer and use it in GitHub Desktop.
Save Domin8-IPTV/5d36a8c1da8b2c16ed73a2206fc5a005 to your computer and use it in GitHub Desktop.
[Unit]
Description=Deluge Bittorrent Client Daemon
After=network-online.target
[Service]
Type=simple
User=plex
Group=plex
UMask=000
ExecStart=/usr/bin/deluged -d
Restart=on-failure
# Configures the time to wait before service is stopped forcefully.
TimeoutStopSec=300
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment