Skip to content

Commit

Permalink
Add upstart config
Browse files Browse the repository at this point in the history
  • Loading branch information
CWSpear committed Feb 9, 2016
1 parent 9736613 commit 722b2ad
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions upstart/docker-volume-local-persist.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Ubuntu upstart file at /etc/init/docker-volume-local-persist.conf

description "Local Persist volume driver for Docker"
author "Cameron Spear [email protected]"

start on starting docker
stop on stopped docker
respawn

script
exec docker-volume-local-persist
end script

0 comments on commit 722b2ad

Please sign in to comment.