summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-03-20 10:27:15 +0200
committerPaul Buetow <paul@buetow.org>2024-03-20 10:27:15 +0200
commit6eda65afaa3bbdcd05f1275ee8ae1d61d8cf19b0 (patch)
treeb279b609b8c1aee6da8449af11947187d95f85a0
parentacca2fd464640b5047650315d431123d090a863c (diff)
fix
-rw-r--r--frontends/Rexfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile
index 087c2f3..1a5243d 100644
--- a/frontends/Rexfile
+++ b/frontends/Rexfile
@@ -347,7 +347,7 @@ task 'nsd_failover', group => 'frontends',
group => 'wheel',
mode => '500';
- append_if_no_such_line '/etc/rc.local', '/usr/local/bin/dns-failover.ksh';
+ append_if_no_such_line '/etc/daily.local', '/usr/local/bin/dns-failover.ksh';
};
desc 'Setup DTail';