diff options
Diffstat (limited to 'community/keepalived/keepalived.confd')
| -rw-r--r-- | community/keepalived/keepalived.confd | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/community/keepalived/keepalived.confd b/community/keepalived/keepalived.confd index 7979109c0f..928699ca7d 100644 --- a/community/keepalived/keepalived.confd +++ b/community/keepalived/keepalived.confd @@ -1,2 +1,13 @@ -# Keepalived options, see keepalived(8) man page. -#KEEPALIVED_OPTS="-D" +# Configuration for /etc/init.d/keepalived + +# Path of the configuration file. +#cfgfile="/etc/keepalived/keepalived.conf" + +# Skip any configuration lines beginning '@' that don't match this id +# or any lines beginning @^ that do match. +# The config-id defaults to the node name if option not used. +#config_id= + +# Additional options to pass to the keepalived command. +# See keepalived(8) man page. +#command_args="" |
