Formula: drop the brew service block #83

Open
opened 2026-05-26 02:26:13 +00:00 by coilysiren · 0 comments
Owner

Problem

Formula/coily.rb ships a service do block that runs coily audit dashboard --since 7d every 5 minutes as a brew service. Kai doesn't want coily running as a brew-managed background service for dashboard regen.

Fix

Remove the service do block (and the comment above it) from Formula/coily.rb. Anyone who wants the audit dashboard regenerated on a schedule can wire their own cron / launchd / systemd unit.

No replacement scheduler is shipped from the formula. Kai-server already runs this under systemd separately (different output path).

**Problem** `Formula/coily.rb` ships a `service do` block that runs `coily audit dashboard --since 7d` every 5 minutes as a brew service. Kai doesn't want coily running as a brew-managed background service for dashboard regen. **Fix** Remove the `service do` block (and the comment above it) from `Formula/coily.rb`. Anyone who wants the audit dashboard regenerated on a schedule can wire their own cron / launchd / systemd unit. No replacement scheduler is shipped from the formula. Kai-server already runs this under systemd separately (different output path).
coilysiren added
P4
and removed
P3
labels 2026-05-31 06:59:45 +00:00
Sign in to join this conversation.
No labels
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
coilyco-bridge/coily#83
No description provided.