3 lines
66 B
Bash
Executable file
3 lines
66 B
Bash
Executable file
#!/bin/bash
|
|
pkill -P `cat /etc/sv/meas-json/supervise/pid`
|
|
exit 0
|