mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
19 lines
409 B
Desktop File
19 lines
409 B
Desktop File
[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
|