touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #84091
[Bug 1464745] [NEW] logrotate file fails on all but sysvinit
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
Touch seeded packages, which is subscribed to rsyslog in Ubuntu.
https://bugs.launchpad.net/bugs/1464745
Title:
logrotate file fails on all but sysvinit
Status in rsyslog package in Ubuntu:
New
Bug description:
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
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1464745/+subscriptions
Follow ups
References