2022-04-23 19:59:10 +02:00
|
|
|
[Unit]
|
|
|
|
Description=__APP__ web
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
User=__APP__
|
|
|
|
Group=__APP__
|
2023-11-19 16:41:50 +01:00
|
|
|
WorkingDirectory=__INSTALL_DIR__/
|
2024-04-24 20:11:54 +02:00
|
|
|
Environment="LISTEN_ADDRESS=127.0.0.1"
|
|
|
|
Environment="ENABLED_SERVICES="web""
|
|
|
|
Environment="WEB_PORT="__PORT__""
|
2023-11-19 16:41:50 +01:00
|
|
|
EnvironmentFile=__INSTALL_DIR__/variables.env
|
|
|
|
ExecStart=__YNH_NODE__ __INSTALL_DIR__/live/services/web/app.js
|
2022-04-23 19:59:10 +02:00
|
|
|
StandardOutput=append:/var/log/__APP__/web.log
|
|
|
|
StandardError=inherit
|
|
|
|
Restart=on-failure
|
|
|
|
RestartSec=5s
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|