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