--On Sunday, September 01, 2019 8:55 AM +0200 Lennart Poettering
wrote:
Whcih version of systemd are you running? append: is available since
240. See NEWS.
Ah, that's it. I'm using the ancient 219 from CentOS 7.6.
___
systemd-devel mailing list
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
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 and created service and timer units.
My first cut at writing a log fil