aboutsummaryrefslogtreecommitdiff
path: root/conf/mastodon-streaming.service
diff options
context:
space:
mode:
authormagikcypress <cyp@rouquin.me>2017-04-08 04:04:27 +0200
committermagikcypress <cyp@rouquin.me>2017-04-08 04:04:27 +0200
commitdab2e3571a3afc33795fa54fef57f10243522f90 (patch)
tree45185c425033f44c333d66291b5eeb5420d86e49 /conf/mastodon-streaming.service
downloadmastodon_ynh-dab2e3571a3afc33795fa54fef57f10243522f90.tar.gz
mastodon_ynh-dab2e3571a3afc33795fa54fef57f10243522f90.tar.bz2
mastodon_ynh-dab2e3571a3afc33795fa54fef57f10243522f90.zip
Initial commit
Diffstat (limited to 'conf/mastodon-streaming.service')
-rw-r--r--conf/mastodon-streaming.service16
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