path: resource-agents_1:4.17.0-2/rgmanager/src/resources/nfsserver.sh.in
	while : ; do
		pids=$(pidof $1)
		[ -z "$pids" ] && return 0
	 	kill -9 $pids
