No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

etc_systemd_system_mastodon-streaming.service 295B

12345678910111213141516
  1. [Unit]
  2. Description=mastodon-streaming
  3. After=network.target
  4. [Service]
  5. Type=simple
  6. User=mastodon
  7. WorkingDirectory=/home/mastodon/mastodon
  8. Environment="NODE_ENV=production"
  9. Environment="PORT=4210"
  10. ExecStart=/usr/bin/npm run start
  11. TimeoutSec=15
  12. Restart=always
  13. [Install]
  14. WantedBy=multi-user.target