Browse code

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)

Sébastien Luttringer authored on 2014/07/26 23:41:50
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 [Unit]
2 2
 Description=Docker Application Container Engine
3 3
 Documentation=http://docs.docker.com
4
-After=network.target
4
+After=network.target docker.socket
5 5
 Requires=docker.socket
6 6
 
7 7
 [Service]