This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2018-09-24 07:46:05 -07: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-13 09:52:36 -08:00
|
|
|
ExecStart=/usr/bin/node ./streaming
|
2018-09-24 07:46:05 -07:00
|
|
|
TimeoutSec=15
|
|
|
|
Restart=always
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|