diff options
-rwxr-xr-x | jaildaemon.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jaildaemon.sh b/jaildaemon.sh index 0741c23..52098ed 100755 --- a/jaildaemon.sh +++ b/jaildaemon.sh | |||
@@ -14,6 +14,7 @@ echo -n "Killing (respawnin) task: " | |||
14 | pgrep -f Schnupsi | 14 | pgrep -f Schnupsi |
15 | 15 | ||
16 | pkill -HUP -f Schnupsi | 16 | pkill -HUP -f Schnupsi |
17 | sleep 1 | ||
17 | 18 | ||
18 | echo "Yielding file, touched by task:" | 19 | echo "Yielding file, touched by task:" |
19 | ls -al /foo | 20 | ls -al /foo |
@@ -28,6 +29,7 @@ pgrep -f Schnupsi | |||
28 | echo "Killing with normal signal:" | 29 | echo "Killing with normal signal:" |
29 | 30 | ||
30 | pkill -f Schnupsi | 31 | pkill -f Schnupsi |
32 | sleep 1 | ||
31 | 33 | ||
32 | echo "Expecting no file here:" | 34 | echo "Expecting no file here:" |
33 | ls -al /foo | 35 | ls -al /foo |