summaryrefslogtreecommitdiff
path: root/init.d/dmesg.in
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-01-01 14:27:29 +0000
committerRoy Marples <roy@marples.name>2009-01-01 14:27:29 +0000
commit877a3281794e15ce157113943c2e95d0d9f4938c (patch)
tree9a6a70c14ef2b601844b54d040748f29b3bba5a6 /init.d/dmesg.in
parent1efa64cae838d2624f9142b9419425df05ad46e6 (diff)
downloadopenrc-877a3281794e15ce157113943c2e95d0d9f4938c.tar.gz
openrc-877a3281794e15ce157113943c2e95d0d9f4938c.tar.bz2
openrc-877a3281794e15ce157113943c2e95d0d9f4938c.tar.xz
dmesg and sysfs won't work in a vserver, #137 thanks to Hollow.
Diffstat (limited to 'init.d/dmesg.in')
-rw-r--r--init.d/dmesg.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.d/dmesg.in b/init.d/dmesg.in
index 6aad0e2..d3528d0 100644
--- a/init.d/dmesg.in
+++ b/init.d/dmesg.in
@@ -7,6 +7,7 @@ description="Set the dmesg level for a cleaner boot"
depend()
{
before dev modules
+ keyword novserver
}
start()