CMDSIG 128 B

1234567
  1. #!/bin/sh
  2. if pid=`cat /run/s6/cmdpid 2>/dev/null` ; then
  3. kill -s "${0##*/SIG}" -- "$pid"
  4. else
  5. exec "${0}.s6-linux-init"
  6. fi