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

📄 ha_config.in

📁 linux集群服务器软件代码包
💻 IN
字号:
#!/bin/sh##       This script contains some variables for linux-ha which#       are set at configure time.##       Created to alow this information to be passed to#       debian postinst scripts. Might be useful for other#       stuff too.## /var/lib directoryHA_VARLIBDIR="@HA_VARLIBDIR@" # directory to drop core files intoHA_COREDIR="@HA_COREDIR@" # Group to own API fifosHA_APIGROUP="@HA_APIGROUP@" # GID to own API fifosHA_APIGID="@HA_APIGID@" # User to own CCM fifosHA_CCMUSER="@HA_CCMUSER@" # UID to own CCM fifosHA_CCMUID="@HA_CCMUID@" # Init start priorityHB_INITSTARTPRI="@HB_INITSTARTPRI@" # Init stop priorityHB_INITSTOPPRI="@HB_INITSTOPPRI@" # heartbeat rc script directoryHB_RC_DIR="@HB_RC_DIR@" # Version number of packageVERSION="@VERSION@"

⌨️ 快捷键说明

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