Whoops - forgot the dummy file
[invirt/packages/invirt-console.git] / debian / sipb-xen-console.init
index 14ed7e8..6d2b7d4 100755 (executable)
@@ -63,6 +63,7 @@ do_stop()
        [ "$RETVAL" = 2 ] && return 2
        # Many daemons don't delete their pidfiles when they exit.
        rm -f $PIDFILE
+       umount "$DAEMON_ARGS"
        return "$RETVAL"
 }