Comment 23 for bug 1656834

Revision history for this message
Ilya Bumarskov (ibumarskov) wrote :

Verified on Fuel 10 build #1575:

[root@nailgun ~]# cat /etc/logrotate.d/cobblerd
/var/log/cobbler/cobbler.log {
   missingok
   notifempty
   rotate 4
   weekly
   postrotate
      systemctl try-restart cobblerd
   endscript
}
...