Add cron installer script for maintenance tasks.

Made-with: Cursor
This commit is contained in:
Andrey Lutsenko
2026-04-20 23:10:04 +10:00
parent a7c3582799
commit bf1fd5e77d
3 changed files with 107 additions and 0 deletions
+21
View File
@@ -22,6 +22,27 @@ mkdir -p "$HOME/openclaude-logs"
crontab -e
```
## Автоустановка cron одной командой
Из корня репозитория:
```bash
chmod +x scripts/install-cron.sh
./scripts/install-cron.sh
```
С кастомной моделью:
```bash
./scripts/install-cron.sh --model qwen2.5:3b
```
С кастомным путём репозитория/логов:
```bash
./scripts/install-cron.sh --repo-path /home/USER/openclaude-LLM-local --log-dir /home/USER/openclaude-logs
```
## 3 cron-задачи
```cron