Updated to reflect scheduling posts with cron
This commit is contained in:
parent
01287fc0dd
commit
3caa34489e
@ -110,7 +110,7 @@ sudo systemctl start cronie
|
|||||||
|
|
||||||
Next, run the following commands:
|
Next, run the following commands:
|
||||||
- `crontab -e`
|
- `crontab -e`
|
||||||
- `25,55 * * * * /absolute/path/to/run.sh >> "/absolue/path/to/log.txt" 2>&1`
|
- `25,55 * * * * /absolute/path/to/run.sh >> "/absolute/path/to/log.txt" 2>&1`
|
||||||
- Modify the paths above to suit your preferances
|
- Modify the paths above to suit your preferances
|
||||||
- Save and exit
|
- Save and exit
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user