Re: [systemd-devel] StandardOutput=append

2019-09-01 Thread Kenneth Porter
--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

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

[systemd-devel] StandardOutput=append

2019-08-30 Thread Kenneth Porter
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