Skip to content

Instantly share code, notes, and snippets.

@cpuguy83
Created February 24, 2014 15:19
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 cpuguy83/9190230 to your computer and use it in GitHub Desktop.
Save cpuguy83/9190230 to your computer and use it in GitHub Desktop.
description "LDAP"
start on filesystem and started docker
stop on runlevel [!2345]
respawn
respawn limit 5 5
script
/usr/bin/docker start -a ldap
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment