From 7073257e40eafdd112f7eff7faec18cbdea915ea Mon Sep 17 00:00:00 2001 From: aysiu Date: Fri, 21 Nov 2025 09:50:15 -0800 Subject: [PATCH] Remove WatchPaths from launch daemon From `man launchd.plist`: ``` WatchPaths This optional key causes the job to be started if any one of the listed paths are modified. IMPORTANT: Use of this key is highly discouraged, as filesystem event monitoring is highly race-prone, and it is entirely possible for modifications to be missed. When modifications are caught, there is no guarantee that the file will be in a consistent state when the job is launched. ``` This section being removed doesn't seem to impede Crypt's operation (in fact, it may help). --- Package/com.grahamgilbert.crypt.plist | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Package/com.grahamgilbert.crypt.plist b/Package/com.grahamgilbert.crypt.plist index 62f5351..bb5a4ca 100644 --- a/Package/com.grahamgilbert.crypt.plist +++ b/Package/com.grahamgilbert.crypt.plist @@ -16,10 +16,6 @@ /var/log/crypt.log StandardOutPath /var/log/crypt.log - WatchPaths - - /var/root/crypt_output.plist - StartInterval 120