2018-09-25 00:46:05 +10:00
|
|
|
[Unit]
|
|
|
|
Description=mastodon-streaming
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
User=mastodon
|
|
|
|
WorkingDirectory=/home/mastodon/live
|
|
|
|
Environment="NODE_ENV=production"
|
|
|
|
Environment="PORT=4000"
|
|
|
|
Environment="STREAMING_CLUSTER_NUM=1"
|
2019-02-14 04:52:36 +11:00
|
|
|
ExecStart=/usr/bin/node ./streaming
|
2018-09-25 00:46:05 +10:00
|
|
|
TimeoutSec=15
|
|
|
|
Restart=always
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|