Information
The Network Information Service (NIS) (formally known as Yellow Pages) is a client-server directory service protocol for distributing system configuration files. The NIS server is a collection of programs that allow for the distribution of configuration files.
Solution
Run one of the following commands to disable ypserv :
# chkconfig ypserv off
# systemctl disable ypserv
# update-rc.d ypserv disable