mirror of
https://github.com/YunoHost-Apps/etherpad_ynh.git
synced 2024-09-03 18:36:10 +02:00
Update systemd.service
This commit is contained in:
parent
956b3e5209
commit
037bdda339
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ Group=__APP__
|
||||||
WorkingDirectory=__INSTALL_DIR__/
|
WorkingDirectory=__INSTALL_DIR__/
|
||||||
Environment="NODE_ENV=production"
|
Environment="NODE_ENV=production"
|
||||||
Environment="__YNH_NODE_LOAD_PATH__"
|
Environment="__YNH_NODE_LOAD_PATH__"
|
||||||
|
Environment="ETHERPAD_PRODUCTION=true"
|
||||||
ExecStart=__INSTALL_DIR__/bin/run.sh
|
ExecStart=__INSTALL_DIR__/bin/run.sh
|
||||||
Restart=always
|
Restart=always
|
||||||
StandardOutput=append:/var/log/etherpad/etherpad.log
|
StandardOutput=append:/var/log/etherpad/etherpad.log
|
||||||
|
|
Loading…
Add table
Reference in a new issue