host_manager

This commit is contained in:
Zsolt Ero
2024-01-03 19:36:52 +01:00
parent e663196013
commit 5ad3987c26
5 changed files with 69 additions and 61 deletions

View File

@@ -1,5 +1,5 @@
PYTHON=/data/ofm/venv/bin/python
BIN=/data/ofm/http_host/bin
# every minute download_asset.py
# every minute sync
* * * * * ofm sudo $PYTHON -u $BIN/host_manager.py sync >> /data/ofm/http_host/logs/host_manager_sync.log 2>&1