3 lines
67 B
Plaintext
3 lines
67 B
Plaintext
![]() |
#!/bin/sh
|
||
|
[ -r supervise/pid ] && kill -TERM -$(cat supervise/pid)
|