summaryrefslogtreecommitdiffstats
path: root/etc/devd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/devd.conf')
-rw-r--r--etc/devd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/devd.conf b/etc/devd.conf
index 134f026..da1f611 100644
--- a/etc/devd.conf
+++ b/etc/devd.conf
@@ -17,14 +17,14 @@ notify 100 {
match "system" "IFNET";
match "type" "LINK_UP";
match "subsystem" "carp";
- action "/etc/rc.carpup $subsystem";
+ action "/etc/rc.carpmaster $subsystem";
};
notify 100 {
match "system" "IFNET";
match "type" "LINK_DOWN";
match "subsystem" "carp";
- action "/etc/rc.carpdown $subsystem";
+ action "/etc/rc.carpbackup $subsystem";
};
#notify 0 {
OpenPOWER on IntegriCloud