|
|
|
|
|
by bravetraveler
1285 days ago
|
|
I think timers handle this fine -- one part sets up the work (service), the other sets up the scheduling of the job (timer) Speaking of behavior, let's look at cron. Consider every time you've written one. There's a good chance that it failed for some time because you forgot PATH is make believe there Or logging. How many times has rotation been rewritten (and broken)? Without digging through logs that may or may not exist, can you tell me when it last ran successfully? I can with timers, 'for free' |
|