Created
January 16, 2017 15:56
-
-
Save boneskull/7ee21958b5236bef480474646e865e55 to your computer and use it in GitHub Desktop.
deluge-web systemd service
This file contains hidden or 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 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