⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xinetd

📁 distcc编译器的源代码.好像是readhat公司开发的.
💻
字号:
# default: off# xinetd service description for distcc, contributed by akpm, updated# by mbp.# To use this, just check the parameters below and copy this file into# /etc/xinet.d/distcc, or the appropriate location for your system,# and then restart xinetd.  You should also create a 'distcc' user.# ===> Note that running from inetd is generally NOT recommended for# distcc distccd should give better performance when it can run as a# standalone daemon and regulate its own load.service distcc{	disable	= 	yes	socket_type     = stream	wait            = no	user            = distcc	server          = /usr/local/bin/distccd	server_args     = --inetd        # This makes xinetd cope if there is no service listed in        # /etc/services        type            = UNLISTED}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -