Files
karuo-ai/01_卡资(金)/金仓_存储备份/脚本/com.karuo.perf-guard.plist
2026-07-19 00:21:46 +08:00

31 lines
1022 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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.karuo.perf-guard</string>
<key>Comment</key>
<string>卡若AI 轻量防卡顿守护 — 15min 阈值触发,不碰 TM 快照与用户文件</string>
<key>ProgramArguments</key>
<array>
<string>/bin/bash</string>
<string>/Users/karuo/Documents/个人/卡若AI/01_卡资/金仓_存储备份/脚本/karuo_perf_guard.sh</string>
<string>--once</string>
</array>
<key>StartInterval</key>
<integer>900</integer>
<key>RunAtLoad</key>
<true/>
<key>Nice</key>
<integer>19</integer>
<key>LowPriorityIO</key>
<true/>
<key>ProcessType</key>
<string>Background</string>
<key>StandardOutPath</key>
<string>/Users/karuo/Library/Logs/karuo_perf_guard.log</string>
<key>StandardErrorPath</key>
<string>/Users/karuo/Library/Logs/karuo_perf_guard.log</string>
</dict>
</plist>