mirror of https://github.com/docker/docs.git
Removed redundant file used by debian packaging
This commit is contained in:
parent
4015f8dd34
commit
4a1c40364c
|
@ -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
|
|
Loading…
Reference in New Issue