Add documentation about systemd ordering when running local DBMS #131

Open
opened 2025-12-03 05:02:20 +01:00 by oysteikt · 1 comment
Owner

muscl.service should both require mysql.service/mariadb.service to be online, as well as starting after it.

`muscl.service` should both require `mysql.service`/`mariadb.service` to be online, as well as starting after it.
oysteikt added the documentation label 2025-12-03 05:02:20 +01:00
Author
Owner

hmm, this is not as clear cut as that. In the case where mariadb.socket is present, we don't want this ordering to happen. We currently default to After=mysql.service mariadb.service, but we should document how to override this so muscl.service doesn't need to wait for the service - only the socket.

hmm, this is not as clear cut as that. In the case where `mariadb.socket` is present, we don't want this ordering to happen. We currently default to `After=mysql.service mariadb.service`, but we should document how to override this so `muscl.service` doesn't need to wait for the service - only the socket.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Projects/muscl#131