Skip to main content

/etc/cron.daily/logrotate: minidaemn: unrecognized service

Comments

2 comments

  • cPanelLauren
    Is the include present here: /etc/logrotate.d
    Very clearly the error is: ------------------------------------------------------------------------------ /etc/cron.daily/logrotate: minidaemn: unrecognized service error: error running non-shared postrotate script for /var/log/minidaemon.log of '/var/log/minidaemon.log ' ------------------------------------------------------------------------------
    And it must be referenced in some portion of the logrotate config or includes.
    0
  • VasilisParaschos
    Hello, the same thing happened to me and I can confirm the solution above. Just went to /etc/logrotate.d/minidaemon.conf
    and changed the line below: /sbin/service minidaemn restart > /dev/null
    to: /sbin/service minidaemon restart > /dev/null
    There was an "o" missing, don't know why this is initially happened.
    0

Please sign in to leave a comment.