Advertisement
Guest User

sabnzbd service systemd unit file

a guest
Nov 18th, 2013
131
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=SABnzbd binary newsreader
  3. After=network.target
  4.  
  5. [Service]
  6. EnvironmentFile=-/etc/sabnzbd.conf
  7. User=sabnzbd
  8. Group=sabnzbd
  9.  
  10. Type=simple
  11. ExecStart=/opt/sabnzbd/SABnzbd.py -l0 -f ${CONFIG_FILE}
  12.  
  13. [Install]
  14. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement