Skip to content

Commit

Permalink
Merge "systemd: Add Wants=docker.service for docker" into stable/2024.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Oct 3, 2024
2 parents ad1c4cc + ab4829d commit 51c5dfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/module_utils/kolla_systemd_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
[Unit]
Description=${engine} ${service_name}
After=${deps}
Wants=${deps}
StartLimitInterval=${restart_timeout}
StartLimitBurst=${restart_retries}
Expand Down

0 comments on commit 51c5dfc

Please sign in to comment.