diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-06 07:56:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-06 08:08:32 +0000 |
commit | 8319a3ab9c27005a44697965b4ba065a407267b8 (patch) | |
tree | 660ccecc56392e89f583b0343eb8e9dfac947dd4 /main/openrc/keymaps.initd | |
parent | 4a9c197f6cffb61ef36c7e92fa6422cb42ddd51b (diff) | |
download | aports-8319a3ab9c27005a44697965b4ba065a407267b8.tar.bz2 aports-8319a3ab9c27005a44697965b4ba065a407267b8.tar.xz |
main/openrc: init.d script cleanups and fixes for lxc
ref #3699
The following services should not be started on LXC:
- hwdrivers
- keymaps
- modloop
- modules
Diffstat (limited to 'main/openrc/keymaps.initd')
-rw-r--r-- | main/openrc/keymaps.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/openrc/keymaps.initd b/main/openrc/keymaps.initd index d90651964c..24d1e87778 100644 --- a/main/openrc/keymaps.initd +++ b/main/openrc/keymaps.initd @@ -5,7 +5,7 @@ description="Applies a keymap for the consoles." depend() { need localmount - keyword noopenvz noprefix nouml novserver noxenu + keyword -openvz -prefix -uml -vserver -xenu -lxc } start() { |