1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hedgedoc_ynh.git synced 2024-09-03 19:25:52 +02:00

Update systemd.service

This commit is contained in:
Éric Gaspar 2023-10-08 22:33:46 +02:00
parent 6ea668783e
commit 75177516d2

View file

@ -10,7 +10,7 @@ Group=__APP__
WorkingDirectory=__INSTALL_DIR__
Environment="__YNH_NODE_LOAD_PATH__"
Environment="NODE_ENV=production"
ExecStart=__YNH_NPM__ start --production
ExecStart=__YNH_NPM__ start --omit=dev
Restart=always
# Sandboxing options to harden security