Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. [Unit]
  2. Description=KiwiBNC
  3. After=network.target
  4.  
  5. [Service]
  6. User=bouncer
  7. Group=bouncer
  8. ExecStart=/usr/bin/npm start
  9. ExecReload=/bin/kill -HUP $MAIPID
  10. WorkingDirectory=/home/bouncer/kiwibnc
  11. KillMode=process
  12. Restart=always
  13.  
  14. [Install]
  15. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement