diff --git a/Formula/olsrd.rb b/Formula/olsrd.rb index 5fe100aa32e..4fc3c171b74 100644 --- a/Formula/olsrd.rb +++ b/Formula/olsrd.rb @@ -29,27 +29,28 @@ class Olsrd < Formula plist_options :startup => true, :manual => "olsrd -f #{HOMEBREW_PREFIX}/etc/olsrd.conf" - def startup_plist; <<~EOS - - - - - Label - #{plist_name} - ProgramArguments - - #{HOMEBREW_PREFIX}/sbin/olsrd - -f - #{etc}/olsrd.conf - - KeepAlive + def startup_plist + <<~EOS + + + - NetworkState - + Label + #{plist_name} + ProgramArguments + + #{HOMEBREW_PREFIX}/sbin/olsrd + -f + #{etc}/olsrd.conf + + KeepAlive + + NetworkState + + - - - EOS + + EOS end test do