Skip to content

Commit

Permalink
Remove lxc-net dependency on Upstart service
Browse files Browse the repository at this point in the history
  • Loading branch information
zemanel committed Oct 6, 2015
1 parent e94f903 commit 87bf85f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/docker-init.j2
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by Ansible for {{ansible_fqdn}}
description "Docker daemon"

start on filesystem and started lxc-net
start on filesystem
stop on runlevel [!2345]

respawn

script
[ ! -f /etc/default/docker ] || . /etc/default/docker
/usr/bin/docker -d $DOCKER_OPTS
end script
end script

0 comments on commit 87bf85f

Please sign in to comment.