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

Update systemd.service

This commit is contained in:
Éric Gaspar 2023-05-12 19:39:33 +02:00
parent f53e73fdb0
commit cd36332382

View file

@ -9,7 +9,7 @@ Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
Environment=PATH=__ENV_PATH__
Environment=NODE_ENV=production
ExecStart=npx @11ty/eleventy --serve --port=__PORT__ --watch --quiet
ExecStart=__INSTALL_DIR__/cmd.js --serve --port=__PORT__ --watch --quiet
Restart=always
# Sandboxing options to harden security