1
0
Fork 0
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:
Alexandre Aubin 2023-12-10 23:50:06 +01:00 committed by GitHub
parent 77f8435fb3
commit 2d56a02f9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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