generic-poky/meta/recipes-extended/lsb/lsb/lsb_pidofproc

7 lines
59 B
Bash
Executable File

#!/bin/bash
. /etc/init.d/functions
pidofproc $*
exit $?