aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/lsb/lsb/lsb_pidofproc
blob: ffc17bbf657331cd94c6810a02803082f84c2cae (plain)
1
2
3
4
5
6
#!/bin/bash

. /etc/init.d/functions

pidofproc $*
exit $?