Skip to content

Commit

Permalink
service: LaunchOnlyOnce plist test
Browse files Browse the repository at this point in the history
  • Loading branch information
NickHackman committed Feb 4, 2022
1 parent dbb2373 commit f28d43a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Library/Homebrew/test/service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
root_dir var
working_dir var
keep_alive true
launch_only_once true
process_type :interactive
restart_delay 30
interval 5
Expand Down Expand Up @@ -129,6 +130,8 @@
\t<string>homebrew.mxcl.formula_name</string>
\t<key>LegacyTimers</key>
\t<true/>
\t<key>LaunchOnlyOnce</key>
\t<true/>
\t<key>ProcessType</key>
\t<string>Interactive</string>
\t<key>ProgramArguments</key>
Expand Down

0 comments on commit f28d43a

Please sign in to comment.