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-04-06 11:42:50 +02:00
parent ca68568a4b
commit 14d36d551a

View file

@ -10,8 +10,8 @@ WorkingDirectory=__INSTALL_DIR__/
Environment=ETHERPAD_PRODUCTION=true
Environment="NODE_ENV=production"
Environment="__YNH_NODE_LOAD_PATH__"
ExecStart=__INSTALL_DIR__/bin/run.sh
#ExecStart=__INSTALL_DIR__/src/pnpm run prod
#ExecStart=__INSTALL_DIR__/bin/run.sh
ExecStart=__INSTALL_DIR__/src/pnpm run prod
#ExecStart=pnpm --filter ep_etherpad-lite run prod
Restart=always