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:
parent
3d99deb9aa
commit
82fc4bf41e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue