Probably not, but we have a saying in the Netherlands: niet geschoten is altijd mis.
(Translation roughly: nothing ventured, nothing gained.)
I have these three lines in my crontab:
29 6 * * 1-5 sendProverbs.sh 5 'Ochtend spreekwoorden'
59 11 * * 1-5 sendProverbs.sh 5 'Middag spreekwoorden'
29 16 * * 1-5 sendProverbs.sh 5 'Avond spreekwoorden'
59 11 * * 1-5 sendProverbs.sh 5 'Middag spreekwoorden'
29 16 * * 1-5 sendProverbs.sh 5 'Avond spreekwoorden'
Do I need to make three sets of timer/service files to set them over to systemd, or is there a smart way to do this?
Cecil Westerhof