Files
speed-logger/com.user.speedtest.plist

34 lines
827 B
Plaintext

<?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>Label</key>
<string>com.user.speedtest</string>
<key>WorkingDirectory</key>
<string>/Users/cato/Code/Cato447/speed-logger</string>
<key>ProgramArguments</key>
<array>
<string>/opt/homebrew/bin/uv</string>
<string>run</string>
<string>--script</string>
<string>/Users/cato/Code/Cato447/speed-logger/run_speedtest.py</string>
</array>
<key>StartInterval</key>
<integer>30</integer>
<key>RunAtLoad</key>
<true/>
<key>StandardOutPath</key>
<string>/tmp/speedtest.out</string>
<key>StandardErrorPath</key>
<string>/tmp/speedtest.err</string>
</dict>
</plist>