Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Created November 20, 2015 00:16
Show Gist options
  • Save yuuichi-fujioka/f075ac9c1ec11bd22545 to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/f075ac9c1ec11bd22545 to your computer and use it in GitHub Desktop.
description "Redis container"
author "Me"
start on filesystem and started docker
stop on runlevel [!2345]
respawn
script
/usr/bin/docker start -a redis_server
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment