commit | 219426f0840cade6ff2717a3f0d01d54dc9f632d | [log] [download] |
---|---|---|
author | Teodor <mteodor@gmail.com> | Fri Oct 24 20:57:27 2008 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Fri Oct 24 20:57:27 2008 +0400 |
tree | c8f244d2d8096cba48b4a60a0ec7b3b132eb048b | |
parent | 62cfb5d6d278339a6c5658362155ee67da8252e1 [diff] |
vzctl: doesn't start in runlevel 4 (by LSB headers) The startup script /etc/init.d/vz is not executed in runlevel 4. It is a common practice on Debian to start the services in runlevels 2345 and stop it in runlevels 016. This patch should be enough. http://bugs.debian.org/493206