Removed redundant file used by debian packaging
Upstream-commit: 4a1c40364c9c93d1168a159fefad1566f31e02cd Component: engine
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user