Advertisement
Guest User

systemd unit --- minbif daemon

a guest
Jul 28th, 2012
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. # /etc/systemd/system/minbif.service
  2.  
  3. [Unit]
  4. Description=minbif daemon
  5.  
  6. [Service]
  7. Type=forking
  8. PIDFile=/run/minbif/minbif.pid
  9. User=minbif
  10. ExecStart=/usr/bin/minbif --pidfile /run/minbif/minbif.pid /etc/minbif/minbif.conf
  11.  
  12. [Install]
  13. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement