> Is there a reason that the user would not simply set up a cron job to run the script every day at noon?
>
> I mean, obviously, s6-rc services are way sexier than crontab entries, but cron jobs have been working fine for decades and if you want to run a script on a specific schedule, why not just ... use the tools you have?
See here for for the advantages of snooze over cron:
https://github.com/leahneukirchen/snooze
tldr; the main benefit is that each user can set it up for themself,
there is no complex security system required as when all
users use one centralized daemon.
Additionally it can make use of s6-log.
Regards
Paul
Received on Fri Dec 06 2024 - 06:32:45 CET