Add cron installer script for maintenance tasks.
Made-with: Cursor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user