Skip to content

Commit

Permalink
Merge pull request #575 from thaJeztah/20.10_fix_systemd_startup_order
Browse files Browse the repository at this point in the history
[20.10] fix systemd startup order
  • Loading branch information
thaJeztah committed Dec 23, 2021
2 parents 3372e7f + a80b77f commit e1d894f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemd/docker.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
After=network-online.target firewalld.service containerd.service
After=network-online.target docker.socket firewalld.service containerd.service
Wants=network-online.target
Requires=docker.socket containerd.service

Expand Down

0 comments on commit e1d894f

Please sign in to comment.