This commit is contained in:
mike
2026-06-27 00:44:56 +02:00
parent 78ffb029b9
commit 7eb544211e
30 changed files with 0 additions and 21597 deletions

View File

@@ -1,9 +0,0 @@
#!/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