From: Vincent Bernat Date: Thu, 18 May 2023 14:31:55 +0000 (+0200) Subject: osx: don't use plist_options X-Git-Tag: 1.0.18~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fb3d709547b21fe89d678d37d8d7ac122ce645dc;p=thirdparty%2Flldpd.git osx: don't use plist_options --- diff --git a/osx/lldpd.rb b/osx/lldpd.rb index 096b6238..9799594d 100644 --- a/osx/lldpd.rb +++ b/osx/lldpd.rb @@ -80,9 +80,9 @@ class Lldpd < Formula end end - plist_options startup: true service do run build.with?("snmp") ? [opt_sbin/"lldpd", "-x"] : opt_sbin/"lldpd" keep_alive true + require_root true end end