Fix ordering in systemd service file
See: https://bugs.archlinux.org/task/41338 Docker-DCO-1.1-Signed-off-by: Sébastien Luttringer <seblu@seblu.net> (github: seblu) Upstream-commit: fe68df36fc9c85ae30af9bf53a13e8af0534e613 Component: engine
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=Docker Application Container Engine
|
||||
Documentation=http://docs.docker.com
|
||||
After=network.target
|
||||
After=network.target docker.socket
|
||||
Requires=docker.socket
|
||||
|
||||
[Service]
|
||||
|
||||
Reference in New Issue
Block a user