docs: remove sleep 30 (#51)

This commit is contained in:
Mark Joshwel 2023-10-30 22:23:43 +08:00 committed by GitHub
parent 30d23d61cc
commit 01c540750a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,11 +141,16 @@ export PATH="$HOME/.local/bin:$PATH"
and add the following text: and add the following text:
```text ```text
59 * * * * (sleep 30; JID_NOMINAL_TARGET="" JID_ERRORED_TARGET="" LOCATION_PRIORITISE_NETWORK=n SPOW_CRON=y ~/.local/bin/s+ow) 59 * * * * JID_NOMINAL_TARGET="" JID_ERRORED_TARGET="" LOCATION_PRIORITISE_NETWORK=n SPOW_CRON=y ~/.local/bin/s+ow
``` ```
this will run s+ow every hour, thirty seconds before a new hour. modify the variables this will run s+ow every hour, a minute before the hour.
as per your needs. see [using s+ow](#using-sow) for more information.
surplus when given `SPOW_CRON=y` will detect that it is being run as a cron job, and
delay itself appropriately, thus the job is ran at `59` instead of `0`.
modify the variables as per your needs.
see [using s+ow](#using-sow) for more information.
#### using s+ow #### using s+ow