Skip to content

Instantly share code, notes, and snippets.

@risyasin
Last active August 29, 2015 14:16
Show Gist options
  • Save risyasin/d811ce0cafa49595e2fd to your computer and use it in GitHub Desktop.
Save risyasin/d811ce0cafa49595e2fd to your computer and use it in GitHub Desktop.
Systemd Unit file as service for Deluge Web UI
[Unit]
Description=Deluge web if
[Service]
ExecStart=/usr/bin/deluge -u web
[Install]
WantedBy=multi-user.target
@risyasin
Copy link
Author

risyasin commented Mar 7, 2015

Save in /etc/systemd/system/deluge.service
Then run systemctl enable deluge.service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment