Advertisement
Guest User

7R NodeBB startup script

a guest
Aug 27th, 2017
2,647
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. [Unit]
  2. Description=NodeBB
  3. Documentation=https://docs.nodebb.org
  4. After=system.slice multi-user.target
  5.  
  6. [Service]
  7. Type=simple
  8. User=nodebb
  9. WorkingDirectory=/var/nodebb
  10. ExecStart=/var/nodebb/nodebb --no-silent --no-daemon
  11. Restart=always
  12.  
  13. [Install]
  14. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement