Created
November 19, 2016 21:50
-
-
Save nwgat/4734f35b7fb844ef34369c9fef339e25 to your computer and use it in GitHub Desktop.
/etc/systemd/system/
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 Web Interface | |
After=network-online.target | |
[Service] | |
Type=simple | |
User=deluge | |
Group=deluge | |
UMask=027 | |
ExecStart=/usr/bin/deluge-web | |
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