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-09-01 22:44:00 +02:00
parent 3f7f3d3173
commit 150d02a816

View file

@ -9,7 +9,7 @@ Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
Environment="NODE_ENV=production"
Environment="PATH=__PATH_WITH_NODEJS__"
ExecStart=__NODEJS_PATH__/pnpm run prod
ExecStart=__NODEJS_DIR__/pnpm run prod
Restart=always
# Sandboxing options to harden security