summaryrefslogtreecommitdiff
path: root/init.d/killprocs.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/killprocs.in')
-rw-r--r--init.d/killprocs.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/init.d/killprocs.in b/init.d/killprocs.in
index a969d52..31b9da2 100644
--- a/init.d/killprocs.in
+++ b/init.d/killprocs.in
@@ -2,6 +2,13 @@
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
+description="Kill all processes so we can unmount disks cleanly."
+
+depend()
+{
+ keyword noprefix
+}
+
start()
{
ebegin "Terminating remaining processes"