#
if ( grep calling-user-shell /etc/shells
   & glob service-user root
   )
	reset
	set-environment
	no-suppress-args
	no-disconnect-hup
	execute groupmanage
fi
