diff options
author | Roy Marples <roy@marples.name> | 2009-11-04 19:21:24 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-11-04 19:21:24 +0000 |
commit | 95ee39ab1c9ce313725098999cf1d05b42f9c126 (patch) | |
tree | e566ec18c45e9c82401c9b042ecbc753500b508f /init.d/numlock.in | |
parent | 3c8ea5896a8c7a6f7cc97cff1bd7b3c8a5739a61 (diff) |
Add support for Linux Containers, fixes #202.
Patch by bug reporter.
Diffstat (limited to 'init.d/numlock.in')
-rw-r--r-- | init.d/numlock.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/numlock.in b/init.d/numlock.in index 9d88fa08..7bf3dc71 100644 --- a/init.d/numlock.in +++ b/init.d/numlock.in @@ -9,7 +9,7 @@ ttyn=${rc_tty_number:-${RC_TTY_NUMBER:-12}} depend() { need localmount - keyword -openvz -prefix -vserver + keyword -openvz -prefix -vserver -lxc } _setleds() |