khanat-opennel-code/code/ryzom/server/patchman_cfg/admin_install/bin/ps_services

8 lines
117 B
Text
Raw Normal View History

2016-01-24 16:08:32 +00:00
if [ -z $1 ]
then
ps -edf | grep _service | grep -v grep
else
ps -edf | grep _service | grep -v grep | grep $*
fi