Skip to content

Instantly share code, notes, and snippets.

@AvianFlu
Created October 4, 2014 03:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AvianFlu/dba5bdb04ff70f83b451 to your computer and use it in GitHub Desktop.
Save AvianFlu/dba5bdb04ff70f83b451 to your computer and use it in GitHub Desktop.
[Unit]
Description=Docker Daemon
Requires=multi-user.target
[Service]
ExecStart=/usr/bin/docker -d -H unix:///var/run/docker.sock -e lxc
PIDFile=/var/run/docker.pid
Restart=on-failure
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment