blazegraph: remove plist_options

master
Sean Molenaar 2022-11-06 14:20:12 +01:00 committed by Sean Molenaar
parent 8702857608
commit ab04f93500
1 changed files with 1 additions and 2 deletions

View File

@ -23,10 +23,9 @@ class Blazegraph < Formula
bin.write_jar_script libexec/"blazegraph.jar", "blazegraph", java_version: "1.8"
end
plist_options startup: "true"
service do
run opt_bin/"blazegraph"
require_root true
working_dir opt_prefix
end