summaryrefslogtreecommitdiff
path: root/community/ucarp/ucarp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'community/ucarp/ucarp.conf')
-rw-r--r--community/ucarp/ucarp.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/community/ucarp/ucarp.conf b/community/ucarp/ucarp.conf
new file mode 100644
index 000000000..3b7ae2118
--- /dev/null
+++ b/community/ucarp/ucarp.conf
@@ -0,0 +1,3 @@
+# vim:set ts=2 sw=2 ft=sh noet:
+
+DAEMON_OPTS='--daemonize --interface=eth0 --srcip=10.1.1.1 --vhid=1 --pass=mypassword --addr=10.1.1.252 --upscript=/etc/ucarp/vip-up.sh --downscript=/etc/ucarp/vip-down.sh'