Files
agnos-builder/userspace/root/usr/lib/systemd/system/logrotate-hourly.timer
T
Adeeb Shihadeh a765dc1759 misc lil cleanups (#582)
* cleanup apt hook

* Move VERSION into rootfs overlay

* Use broad rootfs overlay copy
2026-05-03 15:21:42 -07:00

12 lines
201 B
SYSTEMD

[Unit]
Description=Hourly rotation of log files
Documentation=man:logrotate(8) man:logrotate.conf(5)
[Timer]
Unit=logrotate.service
OnCalendar=hourly
Persistent=true
[Install]
WantedBy=timers.target