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: