I have configured a couple of logs to be included on logrotate. Now I'm trying to figure out when is logrotate running, because as I'm using Debian Jessie (systemd), it no longer works through cron.
Reading, it seems a logrotate.timer should exist, but
Code:
systemctl status logrotate.timer
● logrotate.timer
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
Logrotate is working because I see that logs like syslog, messages... are rotating.
So where (in systemd's realm) is this configured?