diff --git a/conf/systemd.service b/conf/systemd.service index 7293889..e41622a 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -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