aboutsummaryrefslogtreecommitdiff
path: root/damb
diff options
context:
space:
mode:
Diffstat (limited to 'damb')
-rwxr-xr-xdamb2
1 files changed, 1 insertions, 1 deletions
diff --git a/damb b/damb
index 6614aaf..61167c2 100755
--- a/damb
+++ b/damb
@@ -72,7 +72,7 @@ main()
stop)
while read -r process
do
- kill -2 "$process"
+ kill -9 "$process"
done < "$pid_file"
rm "$pid_file"