Don't set _IS_FAKEINIT on rescue, let the caller decide with --rescue-init.
[util-vserver.git] / scripts / vserver.start
index 3ba7fb6..5911d13 100644 (file)
@@ -83,6 +83,7 @@ inclusive its arguments to the cmdline."
            INITCMD_RESCUE=( $2 );
            have_initcmd=1
            shift;;
+       (--rescue-init) _IS_FAKEINIT=1;;
        (--)            shift; break;;
        (-*)            panic $"vserver ... start: unknown option '$1'";;
        (*)             break;