Launch Services: Remove faulty log file

Launch Agents normally can’t write to `/var/log`, thus resulting in the agent failing to load.
This commit is contained in:
Mykola Grymalyuk
2023-11-09 09:36:07 -07:00
parent fbedb6f0d2
commit 5e77d7dba1
2 changed files with 3 additions and 5 deletions

View File

@@ -13,9 +13,5 @@
</array>
<key>RunAtLoad</key>
<true/>
<key>StandardErrorPath</key>
<string>/var/log/OpenCore-Patcher.log</string>
<key>StandardOutPath</key>
<string>/var/log/OpenCore-Patcher.log</string>
</dict>
</plist>
</plist>