Fix Socket Permissions #11

Merged
cameron merged 1 commit from fix-socket-permissions into main 2026-04-27 22:35:16 -04:00
Owner

Fix socket ownership

The .socket unit was creating the socket owned by root because DynamicUser
allocates its user at service start, after the socket is already created.

Replaced DynamicUser with a static vanhouzen-site user and group, and added
SocketUser and SocketGroup to the socket unit so ownership is assigned
correctly at socket creation time.

## Fix socket ownership The `.socket` unit was creating the socket owned by root because `DynamicUser` allocates its user at service start, after the socket is already created. Replaced `DynamicUser` with a static `vanhouzen-site` user and group, and added `SocketUser` and `SocketGroup` to the socket unit so ownership is assigned correctly at socket creation time.
cameron deleted branch fix-socket-permissions 2026-04-27 22:35:16 -04:00
cameron referenced this pull request from a commit 2026-04-27 22:35:16 -04:00
Sign in to join this conversation.
No reviewers
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
cameron/website!11
No description provided.