>>253
bin=`ps -ef | grep alsactl | grep -v grep | awk '{ print $8; }'` ; pkg=`rpm -qf $bin`; rpm -ql $pkg | grep "\.service$"

お知りなりたいのはこういうことですか。