This commit is contained in:
mike
2026-06-27 00:45:45 +02:00
parent 7eb544211e
commit 36a244cab4
29 changed files with 0 additions and 0 deletions

9
tour-comfy/start_watcher.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
# Launch the folder watcher service.
set -e
# env.sh resolves API_DIR/VENV (and keeps the venv off NTFS).
source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/env.sh"
source "$VENV/bin/activate"
cd "$API_DIR"
exec python3 watcher.py