Skip to content

Commit

Permalink
systemd: add multi-user.target to After list
Browse files Browse the repository at this point in the history
Signed-off-by: Isaiah Grace <irgkenya4@gmail.com>
  • Loading branch information
IsaiahGrace committed Jul 29, 2020
1 parent 5a7d3cd commit 36bb015
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
Expand Up @@ -2,7 +2,7 @@
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
BindsTo=containerd.service
After=network-online.target firewalld.service containerd.service
After=network-online.target firewalld.service containerd.service multi-user.target
Wants=network-online.target
Requires=docker.socket

Expand Down

0 comments on commit 36bb015

Please sign in to comment.