Service Dependencies #31

Open
opened 2026-06-08 00:57:00 +00:00 by jmarya · 0 comments
Owner

right now services.bk.state is listOf str. there's no way to express which systemd unit owns a path. promote it to structured attrs so a path knows its owner:

{ path = "/var/lib/forgejo"; service = "forgejo.service"; }

with this we can know which services depend on the state for lifecycle events.

right now services.bk.state is listOf str. there's no way to express which systemd unit owns a path. promote it to structured attrs so a path knows its owner: ```nix { path = "/var/lib/forgejo"; service = "forgejo.service"; } ``` with this we can know which services depend on the state for lifecycle events.
Sign in to join this conversation.
No labels
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
jmarya/bk#31
No description provided.