longlostbro

/etc/init/deluged.conf

Aug 5th, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # deluged - Deluge daemon
  2. #
  3. # The daemon component of Deluge BitTorrent client. Deluge UI clients
  4. # connect to this daemon via DelugeRPC protocol.
  5.  
  6. description "Deluge daemon"
  7. author "Deluge Team"
  8.  
  9. start on filesystem and static-network-up
  10. stop on runlevel [016]
  11.  
  12. respawn
  13. respawn limit 5 30
  14.  
  15. env uid=deluge
  16. env gid=deluge
  17. env umask=000
  18.  
  19. exec start-stop-daemon -S -c $uid:$gid -k $umask -x /usr/bin/deluged -- -d
Advertisement
Add Comment
Please, Sign In to add comment