Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<key>RunAtLoad</key><true/>
<key>KeepAlive</key><true/>
<key>ThrottleInterval</key><integer>10</integer>
<key>AbandonProcessGroup</key><false/>
<key>ProcessType</key><string>Background</string>
<key>StandardOutPath</key><string>/Volumes/AEON/Projects/buzz-data/logs/fontis.buzz-acp.log</string>
<key>StandardErrorPath</key><string>/Volumes/AEON/Projects/buzz-data/logs/fontis.buzz-acp.err.log</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<key>RunAtLoad</key><true/>
<key>KeepAlive</key><true/>
<key>ThrottleInterval</key><integer>10</integer>
<key>AbandonProcessGroup</key><false/>
<key>ProcessType</key><string>Background</string>
<key>StandardOutPath</key><string>/Volumes/AEON/Projects/buzz-data/logs/mechanon.buzz-acp.log</string>
<key>StandardErrorPath</key><string>/Volumes/AEON/Projects/buzz-data/logs/mechanon.buzz-acp.err.log</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<key>RunAtLoad</key><true/>
<key>KeepAlive</key><true/>
<key>ThrottleInterval</key><integer>10</integer>
<key>AbandonProcessGroup</key><false/>
<key>ProcessType</key><string>Background</string>
<key>StandardOutPath</key><string>/Volumes/AEON/Projects/buzz-data/logs/nexus.buzz-acp.log</string>
<key>StandardErrorPath</key><string>/Volumes/AEON/Projects/buzz-data/logs/nexus.buzz-acp.err.log</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<key>RunAtLoad</key><true/>
<key>KeepAlive</key><true/>
<key>ThrottleInterval</key><integer>10</integer>
<key>AbandonProcessGroup</key><false/>
<key>ProcessType</key><string>Background</string>
<key>StandardOutPath</key><string>/Volumes/AEON/Projects/buzz-data/logs/sapientis.buzz-acp.log</string>
<key>StandardErrorPath</key><string>/Volumes/AEON/Projects/buzz-data/logs/sapientis.buzz-acp.err.log</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<key>RunAtLoad</key><true/>
<key>KeepAlive</key><true/>
<key>ThrottleInterval</key><integer>10</integer>
<key>AbandonProcessGroup</key><false/>
<key>ProcessType</key><string>Background</string>
<key>StandardOutPath</key><string>/Volumes/AEON/Projects/buzz-data/logs/viatica.buzz-acp.log</string>
<key>StandardErrorPath</key><string>/Volumes/AEON/Projects/buzz-data/logs/viatica.buzz-acp.err.log</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<key>RunAtLoad</key><true/>
<key>KeepAlive</key><true/>
<key>ThrottleInterval</key><integer>10</integer>
<key>AbandonProcessGroup</key><false/>
<key>ProcessType</key><string>Background</string>
<key>StandardOutPath</key><string>/Volumes/AEON/Projects/buzz-data/logs/voxis.buzz-acp.log</string>
<key>StandardErrorPath</key><string>/Volumes/AEON/Projects/buzz-data/logs/voxis.buzz-acp.err.log</string>
Expand Down
1 change: 1 addition & 0 deletions deploy/local/aeon-aspects/worker.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ ${argsXml}
<key>RunAtLoad</key><${manifest.supervisor.runAtLoad}/>
<key>KeepAlive</key><${manifest.supervisor.restartOnFailure}/>
<key>ThrottleInterval</key><integer>${manifest.supervisor.throttleSeconds}</integer>
<key>AbandonProcessGroup</key><false/>
<key>ProcessType</key><string>Background</string>
<key>StandardOutPath</key><string>${xml(stdout)}</string>
<key>StandardErrorPath</key><string>${xml(stderr)}</string>
Expand Down
1 change: 1 addition & 0 deletions deploy/local/aeon-aspects/worker.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ test("six deterministic LaunchAgent previews are disabled and secret-free", () =
assert.match(first.plist, /<key>RunAtLoad<\/key><true\/>/);
assert.match(first.plist, /<key>KeepAlive<\/key><true\/>/);
assert.match(first.plist, /<key>ThrottleInterval<\/key><integer>10<\/integer>/);
assert.match(first.plist, /<key>AbandonProcessGroup<\/key><false\/>/);
assert.match(first.plist, /\/REQUIRES_FLEET\/immutable-openclaw\/bin\/openclaw/);
assert.match(first.plist, /\/REQUIRES_FLEET\/owned-token-file/);
assert.doesNotMatch(first.plist, /nsec1|BUZZ_PRIVATE_KEY=/);
Expand Down
Loading