[Bug 252686] Re: Reload action on init script kills daemon
Thierry Carrez
thierry.carrez at ubuntu.com
Fri Jan 30 13:22:00 GMT 2009
Here is a possible patch.
--- /etc/init.d/exim4.old 2009-01-30 14:16:55.000000000 +0100
+++ /etc/init.d/exim4 2009-01-30 14:19:37.000000000 +0100
@@ -139,7 +139,8 @@
{
case ${QUEUERUNNER} in
combined|no|ppp)
- killproc -p "$PIDFILE" "$DAEMON" -HUP
+ /sbin/start-stop-daemon --stop --signal HUP --pidfile "$PIDFILE" \
+ --quiet "$DAEMON"
log_progress_msg "exim4"
;;
separate)
** Changed in: exim4 (Ubuntu Hardy)
Importance: Undecided => Low
Status: Confirmed => Triaged
--
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 in ubuntu.
More information about the Ubuntu-server-bugs
mailing list