top | item 43359938

(no title)

zeec123 | 11 months ago

How is ‘persist’ realised with cron? What about ‘randomized delay’?

discuss

order

SoftTalker|11 months ago

I'm not sure what 'persist' means here but at least some cron implementations have support for randomization in times or time intervals.

imp0cat|11 months ago

    the time when the service unit was last triggered is stored on disk. When the timer is activated, the service unit is triggered immediately if it would have been triggered at least once during the time when the timer was inactive. Such triggering is nonetheless subject to the delay imposed by RandomizedDelaySec=. This is useful to catch up on missed runs of the service when the system was powered down.