mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
Update conf/systemd.service: revert to previous ExecStart syntax that seemed to be working in current master branch...
This commit is contained in:
parent
77f8435fb3
commit
2d56a02f9d
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,7 @@ Group=__APP__
|
||||||
WorkingDirectory=__INSTALL_DIR__/
|
WorkingDirectory=__INSTALL_DIR__/
|
||||||
Environment=ETHERPAD_PRODUCTION=true
|
Environment=ETHERPAD_PRODUCTION=true
|
||||||
Environment="__YNH_NODE_LOAD_PATH__"
|
Environment="__YNH_NODE_LOAD_PATH__"
|
||||||
ExecStart=__INSTALL_DIR__/src/bin/run.sh
|
ExecStart=__YNH_NODE__ __INSTALL_DIR__/src/node/server.js
|
||||||
#ExecStart=__YNH_NODE__ __INSTALL_DIR__/src/node/server.js
|
|
||||||
StandardOutput=append:/var/log/__APP__/etherpad.log
|
StandardOutput=append:/var/log/__APP__/etherpad.log
|
||||||
StandardError=inherit
|
StandardError=inherit
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
Loading…
Add table
Reference in a new issue