Skip to content

Commit

Permalink
Launchd: keep alive azbridge unconditionally (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
paveliak authored Aug 19, 2024
1 parent 138894f commit 748db0e
Showing 1 changed file with 15 additions and 18 deletions.
33 changes: 15 additions & 18 deletions src/azbridge/azbridge.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,20 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.azure.relay.bridge</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/share/azbridge/azbridge</string>
<string>--svc</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<dict>
<key>Crashed</key>
<true/>
</dict>
<key>StandardOutPath</key>
<string>/var/log/azbridge.log</string>
<key>StandardErrorPath</key>
<string>/var/log/azbridge.log</string>
<key>Label</key>
<string>com.azure.relay.bridge</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/share/azbridge/azbridge</string>
<string>--svc</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
<key>StandardOutPath</key>
<string>/var/log/azbridge.log</string>
<key>StandardErrorPath</key>
<string>/var/log/azbridge.log</string>
</dict>
</plist>

0 comments on commit 748db0e

Please sign in to comment.