1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/planka_ynh.git synced 2024-09-03 20:06:00 +02:00

Update systemd.service

This commit is contained in:
Éric Gaspar 2023-12-14 11:23:37 +01:00
parent 3d99deb9aa
commit 82fc4bf41e

View file

@ -9,7 +9,7 @@ Group=__APP__
WorkingDirectory=__INSTALL_DIR__
Environment="__YNH_NODE_LOAD_PATH__"
Environment="NODE_ENV=production"
ExecStart=__YNH_NPM__ __INSTALL_DIR__/app.js --port=__PORT__
ExecStart=__YNH_NODE__ __INSTALL_DIR__/app.js --port=__PORT__
# Sandboxing options to harden security
# Depending on specificities of your service/app, you may need to tweak these