summaryrefslogtreecommitdiff
path: root/init.d/romount.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/romount.in')
-rw-r--r--init.d/romount.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.d/romount.in b/init.d/romount.in
index d1adaad..e39384a 100644
--- a/init.d/romount.in
+++ b/init.d/romount.in
@@ -2,10 +2,12 @@
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
+description="Re-mount filesytems read-only for a clean reboot."
+
depend()
{
need killprocs savecache
- keywords noopenvz novserver
+ keyword noprefix noopenvz novserver
}
start()