From c67028423047ec84624c63cb1545bfa7a472c2f9 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Sun, 6 Nov 2022 14:20:13 +0100 Subject: [PATCH] ddclient: remove plist_options --- Formula/ddclient.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/ddclient.rb b/Formula/ddclient.rb index 080ef2cad7d..3772a8c2c6c 100644 --- a/Formula/ddclient.rb +++ b/Formula/ddclient.rb @@ -58,16 +58,15 @@ class Ddclient < Formula The next reboot of the system will automatically start ddclient. You can adjust the execution interval by changing the value of - StartInterval (in seconds) in /Library/LaunchDaemons/#{plist_path.basename}. + StartInterval (in seconds) in /Library/LaunchDaemons/#{launchd_service_path.basename}. EOS end - plist_options startup: true - service do run [opt_bin/"ddclient", "-file", etc/"ddclient.conf"] run_type :interval interval 300 + require_root true working_dir etc/"ddclient" end