Skip to content

Instantly share code, notes, and snippets.

@risyasin
Created March 7, 2015 01:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save risyasin/972189e2fdb06e9e4254 to your computer and use it in GitHub Desktop.
Save risyasin/972189e2fdb06e9e4254 to your computer and use it in GitHub Desktop.
Systemd Unit file as service for Deluge Daemon
[Unit]
Description=Deluge daemon
[Service]
Type=forking
ExecStart=/usr/bin/python /usr/bin/deluged --port=58846 --config=/root/.config/deluge
[Install]
WantedBy=multi-user.target
@risyasin
Copy link
Author

risyasin commented Mar 7, 2015

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

@risyasin
Copy link
Author

risyasin commented Jun 1, 2015

WorkingDirectory=/etc/openvpn

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