diff options
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'; |
