Skip to content
Snippets Groups Projects
Commit b19ff0cf authored by godog's avatar godog
Browse files

web-users: make sure http starts on mariadb upgrades

After the change is deployed verify the resulting units are enabled.
parent c4301186
Loading
......@@ -2,3 +2,8 @@
# (the unix socket changes)
[Unit]
PartOf=mariadb@users.service
# Make sure 'systemctl start mariadb@users' also brings up this unit. For
# example during mariadb package upgrades.
[Install]
WantedBy=mariadb@users.service
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment