1
0
Fork 0
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:
Éric Gaspar 2024-06-07 23:08:35 +02:00
parent be1621968d
commit ce5af2a929

View file

@ -10,7 +10,7 @@ WorkingDirectory=__INSTALL_DIR__/
Environment="ETHERPAD_PRODUCTION=1"
Environment="NODE_ENV=production"
Environment="__YNH_NODE_LOAD_PATH__"
ExecStart=__INSTALL_DIR__/bin/run.sh
ExecStart=__NODEJS_PATH__/pnpm run prod
Restart=always
# Sandboxing options to harden security