set hooks watch to false

This commit is contained in:
2026-01-14 12:53:15 +00:00
parent 96e63ded24
commit b37f2934dc

View File

@@ -1793,7 +1793,7 @@ StandardOutput = append:%s/%%i.log
StandardError = append:%s/%%i.log StandardError = append:%s/%%i.log
WorkingDirectory = %s WorkingDirectory = %s
EnvironmentFile = %s EnvironmentFile = %s
ExecStart = %s/pocketbase serve --http=127.0.0.1:${PORT} --dir=${DATA_DIR} --hooksDir=%s/pb_hooks --migrationsDir=%s/pb_migrations --publicDir=%s/pb_public ExecStart = %s/pocketbase serve --http=127.0.0.1:${PORT} --hooksWatch=false --dir=${DATA_DIR} --hooksDir=%s/pb_hooks --migrationsDir=%s/pb_migrations --publicDir=%s/pb_public
[Install] [Install]
WantedBy = multi-user.target WantedBy = multi-user.target