From 583b3d28d3b999aba3c68c3bcdd3aeaaae9e0f9c Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 22 Aug 2012 18:29:45 -0700 Subject: fix apache starting before postgres or mysql, RT#18983 --- init.d/insserv-override-apache2 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 init.d/insserv-override-apache2 (limited to 'init.d') diff --git a/init.d/insserv-override-apache2 b/init.d/insserv-override-apache2 new file mode 100644 index 000000000..1b333e806 --- /dev/null +++ b/init.d/insserv-override-apache2 @@ -0,0 +1,11 @@ +### BEGIN INIT INFO +# Provides: apache2 +# Required-Start: $local_fs $remote_fs $network $syslog $named +# Required-Stop: $local_fs $remote_fs $network $syslog $named +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# X-Interactive: true +# Short-Description: Start/stop apache2 web server +# Should-Start: postgresql mysql +# Should-Stop: postgresql mysql +### END INIT INFO -- cgit v1.2.1