Removed redundant file used by debian packaging

Upstream-commit: 4a1c40364c9c93d1168a159fefad1566f31e02cd
Component: engine
This commit is contained in:
Solomon Hykes
2013-03-16 18:35:43 -07:00
parent 9eb43bda41
commit c073c8381c
-10
View File
@@ -1,10 +0,0 @@
description "Run docker"
start on runlevel [2345]
stop on starting rc RUNLEVEL=[016]
respawn
script
test -f /etc/default/locale && . /etc/default/locale || true
LANG=$LANG LC_ALL=$LANG /usr/bin/docker -d
end script