diff options
Diffstat (limited to 'init.d/modules.in')
-rw-r--r-- | init.d/modules.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/modules.in b/init.d/modules.in index c2270ffd..7c0b993a 100644 --- a/init.d/modules.in +++ b/init.d/modules.in @@ -7,7 +7,7 @@ description="Loads a user defined list of kernel modules." depend() { use isapnp - keyword -openvz -prefix -vserver + keyword -openvz -prefix -vserver -lxc } start() |