From 2186c4c873291471186fe92bf70925bb95a6923e Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sun, 26 May 2002 11:16:16 +0000 Subject: [PATCH] Fixed Debian init script --- script/init.Debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/init.Debian b/script/init.Debian index 108a85d4..bf0987fd 100644 --- a/script/init.Debian +++ b/script/init.Debian @@ -49,7 +49,7 @@ case "$1" in echo -n "logoff users " su mbse -c '$MBSE_ROOT/bin/mbstat close wait -quiet' >/dev/null fi - start-stop-daemon --stop --signal 15 --user mbtask + start-stop-daemon --stop --signal 15 --user mbse echo "$NAME done." ;; force-reload|restart)