From ca7a9ff1ab1f11de887d81e9b2348371831e9455 Mon Sep 17 00:00:00 2001 From: mash Date: Mon, 9 May 2005 13:18:34 +0000 Subject: [PATCH] increasing service leve to be called after apache --- livesupport/etc/debian/livesupport-station.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livesupport/etc/debian/livesupport-station.postinst b/livesupport/etc/debian/livesupport-station.postinst index d8d7b193f..70fb62314 100644 --- a/livesupport/etc/debian/livesupport-station.postinst +++ b/livesupport/etc/debian/livesupport-station.postinst @@ -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