1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/packaging/ubuntu/docker.upstart
Jonas Pfenniger 24dd50490a docker.upstart: avoid spawning a sh process
start script / end script create an intermediate sh process.
2013-07-15 11:40:35 +01:00

7 lines
123 B
Text

description "Run docker"
start on runlevel [2345]
stop on starting rc RUNLEVEL=[016]
respawn
exec /usr/bin/docker -d