diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-08-22 18:29:34 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-08-22 18:29:34 -0700 |
commit | 5691616696e80f44b4ed29605a71a806801e5075 (patch) | |
tree | d01b42e0e20debd5019bf9115ea815ba7598fbac /init.d | |
parent | b363aa7cba74133e183fe0e3f64808396e3c854b (diff) |
fix apache starting before postgres or mysql, RT#18983
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/insserv-override-apache2 | 11 |
1 files changed, 11 insertions, 0 deletions
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 |