CentOS 7 停止并禁用avahi-daemon服务
Linux下系统实际启动的进程名,是avahi-daemon除非你有兼容的设备或使用 zeroconf 协议的服务,否则应该关闭它。如果你用不到 把该服务直接关闭systemctl stop avahi-daemon.socketsystemctl stop avahi-daemon.servicesystemctl disable avahi-daemon.socketsys...