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:
parent
40ebd3f588
commit
4341b6516f
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,10 @@ Group=__APP__
|
||||||
WorkingDirectory=__INSTALL_DIR__/
|
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 next start -p __PORT__
|
||||||
|
|
||||||
|
#ExecStart=__YNH_NPM__ run start
|
||||||
|
|
||||||
# Sandboxing options to harden security
|
# Sandboxing options to harden security
|
||||||
# Depending on specificities of your service/app, you may need to tweak these
|
# Depending on specificities of your service/app, you may need to tweak these
|
||||||
|
|
Loading…
Reference in a new issue