mirror of
https://git-qiuchenly.yltfspace.com/QiuChenly/corepatch
synced 2025-11-25 04:35:07 +08:00
32 lines
925 B
Plaintext
32 lines
925 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.qiuchenly.hayaku.daemon</string>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>/usr/local/bin/InjectLib</string>
|
|
<string>--daemon</string>
|
|
</array>
|
|
<key>RunAtLoad</key>
|
|
<true/>
|
|
<key>KeepAlive</key>
|
|
<true/>
|
|
<key>StandardOutPath</key>
|
|
<string>/var/log/hayaku_daemon.log</string>
|
|
<key>StandardErrorPath</key>
|
|
<string>/var/log/hayaku_daemon_error.log</string>
|
|
<key>UserName</key>
|
|
<string>root</string>
|
|
<key>GroupName</key>
|
|
<string>wheel</string>
|
|
<key>WorkingDirectory</key>
|
|
<string>/usr/local/bin</string>
|
|
<key>ProcessType</key>
|
|
<string>Background</string>
|
|
<key>ThrottleInterval</key>
|
|
<integer>1</integer>
|
|
</dict>
|
|
</plist>
|