--- vz.orig 2006-08-02 16:22:29 +0400 +++ vz 2006-08-05 22:11:30 +0400 @@ -417,6 +417,12 @@ function stop() rm -f /var/lock/subsys/vz } +function restart() +{ + stop + start +} + function load_modules() { local modules=$1 @@ -439,8 +445,7 @@ case "$1" in stop ;; restart) - stop - start + restart ;; status) status