puppet/modules/rhizo_base/files/etc/sv/meas-json/control/t
Keith Whyte 03536a69c9 Improve on last commit
Use runit custom control scripts to end child processes
2021-02-24 06:33:04 +01:00

3 lines
66 B
Bash
Executable file

#!/bin/bash
pkill -P `cat /etc/sv/meas-json/supervise/pid`
exit 0