summaryrefslogtreecommitdiff
path: root/init.d/insserv-override-apache2
blob: 1b333e806f35f9d5529316a452d01f60c2497879 (plain)
1
2
3
4
5
6
7
8
9
10
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