diff options
| author | Paul Buetow <paul@buetow.org> | 2024-03-20 10:27:15 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-03-20 10:27:15 +0200 |
| commit | 6eda65afaa3bbdcd05f1275ee8ae1d61d8cf19b0 (patch) | |
| tree | b279b609b8c1aee6da8449af11947187d95f85a0 /frontends | |
| parent | acca2fd464640b5047650315d431123d090a863c (diff) | |
fix
Diffstat (limited to 'frontends')
| -rw-r--r-- | frontends/Rexfile | 2 |
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'; |
