Skip to content
Snippets Groups Projects
Commit beb0f50b authored by ale's avatar ale
Browse files

Merge branch 'mariadb-upgrades' into 'master'

web-users: make sure units start on dependent package upgrades

See merge request !259
parents 191c8627 b2d33228
No related branches found
No related tags found
1 merge request!259web-users: make sure units start on dependent package upgrades
......@@ -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
......@@ -2,3 +2,7 @@
# https://git.autistici.org/ai3/prod/-/issues/244
[Unit]
PartOf=ai-webdav-auth-server.service
# Make sure 'systemctl start ai-webdav-auth-server' also brings up this unit
[Install]
WantedBy=ai-webdav-auth-server.service
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment