Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Operate
Environments
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
config
Commits
beb0f50b
Commit
beb0f50b
authored
1 month ago
by
ale
Browse files
Options
Downloads
Plain Diff
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
!259
web-users: make sure units start on dependent package upgrades
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/web-users/files/docker-web-users-http.systemd
+5
-0
5 additions, 0 deletions
roles/web-users/files/docker-web-users-http.systemd
roles/web-users/templates/docker-web-users-http-dav.systemd.j2
+4
-0
4 additions, 0 deletions
.../web-users/templates/docker-web-users-http-dav.systemd.j2
with
9 additions
and
0 deletions
roles/web-users/files/docker-web-users-http.systemd
+
5
−
0
View file @
beb0f50b
...
...
@@ -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
This diff is collapsed.
Click to expand it.
roles/web-users/templates/docker-web-users-http-dav.systemd.j2
+
4
−
0
View file @
beb0f50b
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment