increasing service leve to be called after apache

This commit is contained in:
mash 2005-05-09 13:18:34 +00:00
parent f6ef995ab8
commit ca7a9ff1ab

View file

@ -31,7 +31,7 @@ case "$1" in
--apache-group $apache_group \
--www-root $apache_docroot
# register and start the livesupport scheduler deamon
update-rc.d livesupport-station defaults 40 || true
update-rc.d livesupport-station defaults 92 || true
if command -v invoke-rc.d >/dev/null 2>&1 ; then
invoke-rc.d livesupport-station start || true
else