diff options
Diffstat (limited to 'conf/mastodon-streaming.service')
| -rw-r--r-- | conf/mastodon-streaming.service | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/mastodon-streaming.service b/conf/mastodon-streaming.service new file mode 100644 index 0000000..1a5be2c --- /dev/null +++ b/conf/mastodon-streaming.service @@ -0,0 +1,16 @@ +[Unit] + Description=mastodon-streaming + After=network.target + +[Service] + Type=simple + User=mastodon + WorkingDirectory=/opt/mastodon/live + Environment="NODE_ENV=production" + Environment="PORT=4000" + ExecStart=/usr/bin/npm run start + TimeoutSec=15 + Restart=always + +[Install] + WantedBy=multi-user.target
\ No newline at end of file |
