path: glusterfs_11.2-3/extras/init.d/glusterd-Debian.in
do_start()
{
    pidofproc -p $PIDFILE $DAEMON >/dev/null
    status=$?
    if [ $status -eq 0 ]; then
