mirror of
https://github.com/YunoHost-Apps/etherpad_ynh.git
synced 2024-09-03 18:36:10 +02:00
Fix service
This commit is contained in:
parent
939a80a8e0
commit
5c5826b246
1 changed files with 3 additions and 1 deletions
|
@ -9,8 +9,10 @@ Group=__APP__
|
|||
WorkingDirectory=__INSTALL_DIR__/
|
||||
Environment="NODE_ENV=production"
|
||||
Environment="__YNH_NODE_LOAD_PATH__"
|
||||
ExecStart=pnpm run prod
|
||||
ExecStart=__NODEJS_PATH__/pnpm run prod
|
||||
Restart=always
|
||||
StandardOutput=append:/var/log/etherpad/etherpad.log
|
||||
StandardError=inherit
|
||||
|
||||
# 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