Re: Playing with systemd timers - best practices.

2018-09-02 Thread Kamil Jońca
Darac Marjal writes: > Is there something wrong with systemd-crontab-generator? > > https://manpages.debian.org/stretch/systemd-cron/systemd-crontab-generator.8.en.html Assuming I want to migrate entirely to systemd.timers, I want to know if there is a way not to have many similar entries. (som

Re: Playing with systemd timers - best practices.

2018-08-31 Thread Darac Marjal
Is there something wrong with systemd-crontab-generator? https://manpages.debian.org/stretch/systemd-cron/systemd-crontab-generator.8.en.html On 31/08/2018 07:59, Kamil Jońca wrote: > Recently I found that systemd has timers which can replace (and extend) > cron functionality. > > My question is:

Playing with systemd timers - best practices.

2018-08-31 Thread Kamil Jońca
Recently I found that systemd has timers which can replace (and extend) cron functionality. My question is: I have crontab like this: --8<---cut here---start->8--- 1 * * * * script.sh site1 3 * * * * script.sh site2 9 * * * * script.sh site3 2 * * * *