aboutsummaryrefslogtreecommitdiff
path: root/conf/mastodon-streaming.service
blob: 94309c1f08c6d0ca574f7720a08845829b1b9141 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Unit]
 Description=__APP__-streaming
 After=network.target

[Service]
 Type=simple
 User=__APP__
 WorkingDirectory=__FINALPATH__/live
 Environment="NODE_ENV=production"
 Environment="PORT=__PORT_STREAM__"
 Environment="STREAMING_CLUSTER_NUM=1"
 Environment=__YNH_LOAD_NODE_PATH__
 ExecStart=__YNH_NODE__ ./streaming
 TimeoutSec=15
 Restart=always
 StandardError=syslog

[Install]
 WantedBy=multi-user.target