Skip to content

Commit

Permalink
refactor: Simplify launch daemon configuration for helper service
Browse files Browse the repository at this point in the history
  • Loading branch information
ezequielnick committed Feb 14, 2025
1 parent 81bb2c4 commit 4b238d4
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions build/pkg-scripts/postinstall
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,12 @@ cat << EOF > "$LAUNCH_DAEMON"
<dict>
<key>Label</key>
<string>party.mihomo.helper</string>
<key>MachServices</key>
<dict>
<key>party.mihomo.helper</key>
<true/>
</dict>
<key>AssociatedBundleIdentifiers</key>
<string>party.mihomo.app</string>
<key>KeepAlive</key>
<true/>
<key>Program</key>
<string>${HELPER_PATH}</string>
<key>ProgramArguments</key>
<array>
<string>${HELPER_PATH}</string>
</array>
<key>StandardErrorPath</key>
<string>/tmp/party.mihomo.helper.err</string>
<key>StandardOutPath</key>
Expand Down

0 comments on commit 4b238d4

Please sign in to comment.