lsb_pidofproc 57 B

123456
  1. #!/bin/sh
  2. . /etc/init.d/functions
  3. pidofproc $*
  4. exit $?