lldpd: remove plist_options

master
Sean Molenaar 2022-11-06 14:20:15 +01:00 committed by Sean Molenaar
parent 981514f4a3
commit 21ba50f8ae
1 changed files with 1 additions and 1 deletions

View File

@ -52,9 +52,9 @@ class Lldpd < Formula
(var/"run").mkpath
end
plist_options startup: true
service do
run opt_sbin/"lldpd"
keep_alive true
require_root true
end
end