Improve on last commit
Use runit custom control scripts to end child processes
This commit is contained in:
parent
93e5fa8956
commit
03536a69c9
3 changed files with 4 additions and 8 deletions
3
modules/rhizo_base/files/etc/sv/meas-json/control/t
Executable file
3
modules/rhizo_base/files/etc/sv/meas-json/control/t
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
pkill -P `cat /etc/sv/meas-json/supervise/pid`
|
||||
exit 0
|
Loading…
Add table
Add a link
Reference in a new issue