Add integration test for service "restart" function.
[oweals/dinit.git] / src / igr-tests / restart / basic.sh
1 #!/bin/sh
2 # basic test; record our run
3
4 echo "ran" > ./basic-ran
5
6 while true; do
7     sleep .2
8 done