1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git synced 2024-09-03 18:36:09 +02:00

Fix Etherpad running in Development mode

This commit is contained in:
Maniack Crudelis 2018-05-23 00:39:16 +02:00 committed by GitHub
parent 17cb2c3903
commit 92be640a9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@ Type=simple
User=__APP__
Group=__APP__
Environment="PATH=__ENV_PATH__"
Environment=NODE_ENV=production
ExecStart=__FINALPATH__/bin/safeRun.sh /var/log/__APP__/etherpad.log
Restart=always