You are not logged in.
I have jobs that should run a certain time apart so systemd timers look like a good solution with OnUnitInactiveSec and related types
but some of the jobs should run some time after other jobs, ideally with a delay like that provided by OnUnitInactiveSec
so it's timers plus (timing-based dependencies)
anyone know how to do this?
Last edited by Sanjeev K Sharma (2016-07-15 13:20:35)
Offline
My approach would be to schedule the first job with systemd timers. Have the first job schedule the second job to run at a later time using the at command.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline