Improve on last commit

Use runit custom control scripts to end child processes
This commit is contained in:
Keith Whyte 2021-02-24 06:33:04 +01:00
parent 93e5fa8956
commit 03536a69c9
3 changed files with 4 additions and 8 deletions

View file

@ -0,0 +1,3 @@
#!/bin/bash
pkill -P `cat /etc/sv/meas-json/supervise/pid`
exit 0