Advertisement
Nephariouz

deluge-web.service

Oct 26th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. [Unit]
  2. Description=Deluge Bittorrent Client Web Interface
  3. After=network-online.target deluged.service
  4.  
  5. [Service]
  6. Type=simple
  7.  
  8. User=vpn
  9. Group=vpn
  10. UMask=027
  11.  
  12. ExecStart=/usr/bin/deluge-web
  13.  
  14. Restart=on-failure
  15.  
  16. [Install]
  17. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement