aboutsummaryrefslogtreecommitdiffstats
path: root/community/keepalived/keepalived.confd
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-11-11 21:42:46 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-11-11 21:44:11 +0100
commita49eca1d4d9da0c2834ea6471d8bec9bf63a5dfd (patch)
tree78e978e148105d383308a8f1824d9158b29d9259 /community/keepalived/keepalived.confd
parent88e4d967f8a62a53b20c9a229df7fb4ee4b7f1f3 (diff)
downloadaports-a49eca1d4d9da0c2834ea6471d8bec9bf63a5dfd.tar.bz2
aports-a49eca1d4d9da0c2834ea6471d8bec9bf63a5dfd.tar.xz
community/keepalived: improve runscript, run with --dont-fork
Diffstat (limited to 'community/keepalived/keepalived.confd')
-rw-r--r--community/keepalived/keepalived.confd15
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=""