You have been subscribed to a public bug:
/etc/init.d/apache2 uses regular stop instead of graceful-stop:
i.e. instead of
$APACHE2CTL stop 2>&1 | grep -v 'not running' >&2 || true
use
$APACHE2CTL graceful-stop 2>&1 | grep -v 'not running' >&2 ||
true
I would expect either graceful-stop to be the default or to allow it as an
option:
i.e. instead of
$ /etc/init.d/apache2
* Usage: /etc/init.d/apache2
{start|stop|restart|reload|force-reload|start-htcacheclean|stop-htcacheclean|status}
use
$ /etc/init.d/apache2
* Usage: /etc/init.d/apache2
{start|stop|graceful-stop|restart|reload|force-reload|start-htcacheclean|stop-htcacheclean|status}
** Affects: apache2 (Ubuntu)
Importance: Undecided
Status: New
** Tags: graceful-stop using
--
/etc/init.d/apache2 missing option to stop gracefully
https://bugs.edge.launchpad.net/bugs/456381
You received this bug notification because you are a member of Ubuntu Server
Team, which is subscribed to apache2 in ubuntu.
--
Ubuntu-server-bugs mailing list
[email protected]
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs