Created
October 27, 2017 22:17
-
-
Save Domin8-IPTV/623f9f285ec3a0b50b74f8dd5f101b38 to your computer and use it in GitHub Desktop.
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 Client Web Interface | |
| After=network-online.target | |
| [Service] | |
| Type=simple | |
| User=plex | |
| Group=plex | |
| 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