path: bacula_15.0.3-5/scripts/devel_bacula.in
    # Next try "pidof"
   if [ -x /sbin/pidof ] ; then
       pid=`/sbin/pidof $1`
   fi
