aboutsummaryrefslogtreecommitdiffstats
path: root/karakeep-linux.sh
diff options
context:
space:
mode:
Diffstat (limited to 'karakeep-linux.sh')
-rw-r--r--karakeep-linux.sh2
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