Skip to content

Commit

Permalink
Merge pull request #6 from zemanel/master
Browse files Browse the repository at this point in the history
Remove lxc-net dependency on Upstart service
  • Loading branch information
JasonGiedymin committed Dec 16, 2015
2 parents a57e7f8 + 87bf85f commit 9dc0ef2
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 9dc0ef2

Please sign in to comment.