Public bug reported:

The logrotate file supplied can not work with Upstart or systemd because
it calls `service rsyslog rotate` -- neither support custom actions.
Instead a custom script to send SIGHUP to rsyslog depending on the init
system should be used. It can just use

* `initctl reload rsyslog` with Upstart
* `systemctl kill --signal=SIGHUP --kill-who=main rsyslog.service` with systemd
* `/etc/init.d/rsyslog rotate` with sysvinit

** Affects: rsyslog (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464745

Title:
  logrotate file fails on all but sysvinit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1464745/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to