mirror of
https://github.com/YunoHost-Apps/send_ynh.git
synced 2025-09-07 20:42:58 +02:00
Merge branch 'testing' into config-panel
This commit is contained in:
@ -8,8 +8,8 @@ User=__APP__
|
||||
Group=__APP__
|
||||
WorkingDirectory=__INSTALL_DIR__/
|
||||
Environment="NODE_ENV=production"
|
||||
Environment="__YNH_NODE_LOAD_PATH__"
|
||||
ExecStart=__YNH_NODE__ __INSTALL_DIR__/server/bin/prod.js
|
||||
Environment="PATH=__PATH_WITH_NODEJS__"
|
||||
ExecStart=__NODEJS_DIR__/node __INSTALL_DIR__/server/bin/prod.js
|
||||
Restart=always
|
||||
|
||||
# Sandboxing options to harden security
|
||||
|
Reference in New Issue
Block a user