1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hat_ynh.git synced 2024-09-03 19:16:04 +02:00

Update systemd.service

This commit is contained in:
ericgaspar 2023-05-17 07:19:14 +02:00
parent 0662f33b96
commit 9eb4613352

View file

@ -7,7 +7,7 @@ Type=simple
User=__APP__ User=__APP__
Group=__APP__ Group=__APP__
Environment=NODE_PORT=__PORT__ Environment=NODE_PORT=__PORT__
WorkingDirectory=__FINALPATH__ WorkingDirectory=__INSTALL_DIR__
Environment=PATH=__ENV_PATH__ Environment=PATH=__ENV_PATH__
Environment=NODE_ENV=production Environment=NODE_ENV=production
ExecStart=__YNH_NPM__ run start -p __PORT__ ExecStart=__YNH_NPM__ run start -p __PORT__