Re: [systemd-devel] StandardOutput=append

2019-08-31 Thread Lennart Poettering
On Fr, 30.08.19 17:39, Kenneth Porter ([email protected]) wrote: > I have a backup script that runs periodically via cron. Instead of mailing > me a large log, I wanted to have it append to a log file that can be rotated > and compressed by logrotate. So I removed my link from /etc/cron.hourly

Re: [systemd-devel] When will my timer next run?

2019-08-31 Thread Kenneth Porter
--On Saturday, August 31, 2019 10:06 AM + Zbigniew Jędrzejewski-Szmek wrote: This needs to be OnBootSec=13m. (systemd-analyze verify is your friend in cases like this.) After fixing that, the service starts immediately and list-timers looks good both during the first run and after it co

Re: [systemd-devel] When will my timer next run?

2019-08-31 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Aug 30, 2019 at 06:04:22PM -0700, Kenneth Porter wrote: > I've created my service timer with the following: > > [Timer] > # wait a bit after boot to let our victim catch up with its work > OnBoot=13m This needs to be OnBootSec=13m. (systemd-analyze verify is your friend in cases like this