diff options
Diffstat (limited to 'init.d/halt.in')
-rw-r--r-- | init.d/halt.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init.d/halt.in b/init.d/halt.in index b8f9ed90..754d4ad8 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() |