mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-03-04 23:27:46 +01:00
Worked on README.md to add cleanup instructions
This commit is contained in:
@@ -286,7 +286,7 @@ sudo systemctl daemon-reload
|
||||
```
|
||||
|
||||
### 5. Database Maintenance
|
||||
Run a script to keep the database small and fast.
|
||||
Run a script to keep the database small and fast.(modify /path/to/file/ to the correct path)
|
||||
```bash
|
||||
#!/bin/bash
|
||||
|
||||
@@ -322,7 +322,7 @@ Open scheduler
|
||||
```bash
|
||||
sudo crontab -e
|
||||
```
|
||||
Add schedule to the bottom of the file
|
||||
Add schedule to the bottom of the file (modify /path/to/file/ to the correct path)
|
||||
```bash
|
||||
0 2 * * * /path/to/file/cleanup.sh >> /path/to/file/cleanup.log 2>&1
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user