| <plist version="1.0"> | |
| <!-- Periodically compress text-heavy directories --> | |
| <dict> | |
| <key>Label</key> | |
| <string>build.turbo.compress</string> | |
| <key>StandardOutPath</key> | |
| <string>/tmp/build.turbo.compress/log</string> | |
| <key>StandardErrorPath</key> | |
| <string>/tmp/build/turbo.compress/error</string> | |
| <key>EnvironmentVariables</key> | |
| <dict> | |
| <key>PATH</key> | |
| <string>/opt/homebrew/bin:/opt/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string> | |
| </dict> | |
| <key>ProgramArguments</key> | |
| <array> | |
| <string>/bin/sh</string> | |
| <string>-c</string> | |
| <string>cd $(defaults read build.turbo.repopath -string) && ./scripts/macos-compress.sh</string> | |
| </array> | |
| <key>StartInterval</key> | |
| <integer>10800</integer> <!-- 3 hours --> | |
| </dict> | |
| </plist> | |