Created
January 16, 2017 15:56
-
-
Save boneskull/6c082525336d0394a34cf0ef344f5753 to your computer and use it in GitHub Desktop.
deluged systemd service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Deluge Bittorrent Client Daemon | |
After=network-online.target [email protected] | |
[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