Skip to content

Instantly share code, notes, and snippets.

View mmichaa's full-sized avatar

Michael Nowak mmichaa

  • Ventschau, Germany
  • 04:10 (UTC +02:00)
View GitHub Profile
@cdzombak
cdzombak / com.dzombak.iperf3.plist
Created March 8, 2023 01:21
launchd job to run iperf3 server as a global daemon
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>GroupName</key>
<string>staff</string>
<key>InitGroups</key>
<true/>
<key>Label</key>
<string>com.dzombak.iperf3</string>