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: production=true

This commit is contained in:
Alexandre Aubin 2023-12-10 23:27:23 +01:00 committed by GitHub
parent f1de672c82
commit 77f8435fb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
Environment=NODE_ENV=production
Environment=ETHERPAD_PRODUCTION=true
Environment="__YNH_NODE_LOAD_PATH__"
ExecStart=__INSTALL_DIR__/src/bin/run.sh
#ExecStart=__YNH_NODE__ __INSTALL_DIR__/src/node/server.js