diff options
| author | MohamedBassem <me@mbassem.com> | 2025-07-27 21:46:09 +0100 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2025-07-27 21:46:09 +0100 |
| commit | bd5d9b99dd099d8106a4c951f79a4ab93108422a (patch) | |
| tree | 305ffce1708515f167e284d3f50aebd9de07f830 /karakeep-linux.sh | |
| parent | 8fe4975c1fa84699abf1df76baf56717ce05a7d8 (diff) | |
| download | karakeep-bd5d9b99dd099d8106a4c951f79a4ab93108422a.tar.zst | |
fix: Fix the path to worker binary post-build
Diffstat (limited to 'karakeep-linux.sh')
| -rw-r--r-- | karakeep-linux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karakeep-linux.sh b/karakeep-linux.sh index 545e0219..ef2ff03a 100644 --- a/karakeep-linux.sh +++ b/karakeep-linux.sh @@ -343,7 +343,7 @@ Group=karakeep Restart=always EnvironmentFile=${ENV_FILE} WorkingDirectory=${APP_DIR}/workers -ExecStart=/usr/bin/node dist/index.mjs +ExecStart=/usr/bin/node dist/index.js StandardOutput=append:${LOG_DIR}/karakeep-workers.log StandardError=append:${LOG_DIR}/karakeep-workers.log TimeoutStopSec=5 |
