Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 58de910

Browse files
committedApr 29, 2015
debug worker action
1 parent f8d6934 commit 58de910

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎workers.sh

+3
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ elif [ "$ACTION" == "halve" ]; then
9595
sleep 1
9696
done
9797
exit
98+
elif [ "$ACTION" == "debug" ]; then
99+
kill -USR1 $2
100+
exit
98101
else
99102
echo "Usage: workers.sh [reload|recycle|add|rm|ls|count]"
100103
exit

0 commit comments

Comments
 (0)