You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not positive what the best way to go about editing the timer is, but it may be as "simple" as overriding the file with salt and calling systemctl daemon-reloadas we do for services.
Our hourly logrotate cron job is not working on Ubuntu 20.04
psf-salt/salt/cdn-logs/init.sls
Lines 17 to 19 in d6c01b1
This is due to logrotate preferring the systemd timer (see first
if
clause below):We should update our configuration to change the systemd timer from daily to hourly on this host for logrotate.
Timer is currently configured as follows by default on installation of logrotate:
I'm not positive what the best way to go about editing the timer is, but it may be as "simple" as overriding the file with salt and calling
systemctl daemon-reload
as we do for services.References:
The text was updated successfully, but these errors were encountered: