浏览代码

Revert "docker.upstart: avoid spawning a `sh` process"

This reverts commit 24dd50490a027f01ea086eb90663d53348fa770e.
Michael Crosby 12 年之前
父节点
当前提交
e3acbff2ed
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      packaging/ubuntu/docker.upstart

+ 3 - 1
packaging/ubuntu/docker.upstart

@@ -5,4 +5,6 @@ stop on runlevel [!2345]
 
 respawn
 
-exec /usr/bin/docker -d
+script
+    /usr/bin/docker -d
+end script