Advertisement
Guest User

nzbget.service

a guest
Oct 24th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. [Unit]
  2. Description=NZBGet Daemon
  3. Documentation=http://nzbget.net/Documentation
  4. After=network.target
  5.  
  6. [Service]
  7. User=nzb
  8. Group=pirate
  9. Type=forking
  10. ExecStart=/home/jeffrey/downloads/nzbget -D
  11. ExecStop=/home/jeffrey/downloads/nzbget -Q
  12. ExecReload=/home/jeffrey/downloads/nzbget -O
  13. KillMode=process
  14. Restart=on-failure
  15.  
  16. [Install]
  17. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement