Skip to content

Instantly share code, notes, and snippets.

View allangarcia's full-sized avatar

Allan Garcia allangarcia

View GitHub Profile
@allangarcia
allangarcia / deluge-web.service
Last active April 6, 2017 13:50 — forked from boneskull/deluge-web.service
deluge-web systemd service
[Unit]
Description=Deluge BitTorrent Web Daemon
After=network-online.target
[Service]
User=debian-deluged
Group=debian-deluged
Type=simple
ExecStart=/usr/bin/deluge-web -c /var/lib/deluged/config -l /var/log/deluged/web.log -L info
Restart=on-failure