Skip to content

Commit

Permalink
docker service shouldn't require rockstor-bootstrap. Fixes #1188
Browse files Browse the repository at this point in the history
  • Loading branch information
schakrava committed Mar 8, 2017
1 parent f3bcb52 commit 3825b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/docker.service.in
Expand Up @@ -2,7 +2,7 @@
Description=Docker Application Container Engine
Documentation=http://docs.docker.com
After=network.target docker.socket rockstor-bootstrap.service
Requires=docker.socket rockstor-bootstrap.service
Requires=docker.socket

[Service]
ExecStart=${buildout:depdir}/bin/docker-wrapper
Expand Down

0 comments on commit 3825b2b

Please sign in to comment.