summaryrefslogtreecommitdiff
path: root/init.d/halt.in
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-11-03 16:16:12 +0000
committerRoy Marples <roy@marples.name>2008-11-03 16:16:12 +0000
commit282ad4bae69eb946aba2bf9021573994ed757e30 (patch)
tree6cb4bee2ce243f59c5206c7eec519e888832b3c6 /init.d/halt.in
parent1e5a6f40e5c24c77bfcc7ac82c42053fd6931132 (diff)
downloadopenrc-282ad4bae69eb946aba2bf9021573994ed757e30.tar.gz
openrc-282ad4bae69eb946aba2bf9021573994ed757e30.tar.bz2
openrc-282ad4bae69eb946aba2bf9021573994ed757e30.tar.xz
Add descriptions.
Diffstat (limited to 'init.d/halt.in')
-rw-r--r--init.d/halt.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.d/halt.in b/init.d/halt.in
index b8f9ed9..754d4ad 100644
--- a/init.d/halt.in
+++ b/init.d/halt.in
@@ -3,11 +3,13 @@
# All rights reserved. Released under the 2-clause BSD license.
# This script really belongs with the Linux sysvinit package
+description="Halt or reboot the host depending on sysvinit runlevel."
depend()
{
after *
use romount
+ keyword noprefix
}
start()