Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. [Unit]
  2. Description=mastodon-streaming
  3. After=network.target
  4.  
  5. [Service]
  6. Type=simple
  7. User=mastodon
  8. WorkingDirectory=/home/mastodon/live
  9. Environment="NODE_ENV=production"
  10. Environment="PORT=4000"
  11. ExecStart=/usr/bin/npm run start
  12. TimeoutSec=15
  13. Restart=always
  14.  
  15. [Install]
  16. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement