agent-dispatcher: api pre-start keeps the state dir 0751 #194
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
key-store/key.store!194
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dispatcher-prestart-mode"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Third place that set the mode: the API unit pre-start runs
install -d -m 0750on the state dir at every start, so #190/#192 were undone each time the API restarted (it did during the #193 switch). Now 0751, in agreement with the tmpfiles rule and homeMode. Applied live with chmod again.