2017-04-08 02:04:27 +00:00
|
|
|
[Unit]
|
2020-12-11 13:40:13 +00:00
|
|
|
Description=__APP__-streaming
|
|
|
|
|
After=network.target
|
2017-04-08 02:04:27 +00:00
|
|
|
|
|
|
|
|
[Service]
|
2020-12-11 13:40:13 +00:00
|
|
|
Type=simple
|
|
|
|
|
User=__APP__
|
|
|
|
|
WorkingDirectory=__FINALPATH__/live
|
|
|
|
|
Environment="NODE_ENV=production"
|
|
|
|
|
Environment="PORT=__PORT_STREAM__"
|
|
|
|
|
Environment="STREAMING_CLUSTER_NUM=1"
|
|
|
|
|
Environment="__YNH_NODE_LOAD_PATH__"
|
|
|
|
|
ExecStart=__YNH_NODE__ ./streaming
|
|
|
|
|
TimeoutSec=15
|
|
|
|
|
Restart=always
|
|
|
|
|
StandardError=syslog
|
2017-04-08 02:04:27 +00:00
|
|
|
|
|
|
|
|
[Install]
|
2020-12-11 13:40:13 +00:00
|
|
|
WantedBy=multi-user.target
|