diff options
Diffstat (limited to 'init.d/killprocs.in')
| -rw-r--r-- | init.d/killprocs.in | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/init.d/killprocs.in b/init.d/killprocs.in deleted file mode 100644 index 5cd4fc47..00000000 --- a/init.d/killprocs.in +++ /dev/null @@ -1,22 +0,0 @@ -#!@SBINDIR@/openrc-run -# Copyright (c) 2007-2008 Roy Marples <roy@marples.name> -# Released under the 2-clause BSD license. - -description="Kill all processes so we can unmount disks cleanly." - -depend() -{ - keyword -prefix -} - -start() -{ - ebegin "Terminating remaining processes" - killall5 -15 ${killall5_opts} - sleep 1 - eend 0 - ebegin "Killing remaining processes" - killall5 -9 ${killall5_opts} - sleep 1 - eend 0 -} |
