[packages/docker] update daemon startup

glen glen at pld-linux.org
Mon Feb 15 22:08:57 CET 2016


commit bab24a18a99adba78710997af0992b4a2b15f42b
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Feb 15 23:08:43 2016 +0200

    update daemon startup
    
    -d option no longer supported

 docker.init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/docker.init b/docker.init
index 7a1a6d3..f82a19b 100755
--- a/docker.init
+++ b/docker.init
@@ -41,7 +41,7 @@ start() {
 	fi
 
 	msg_starting "Docker"
-	daemon --fork /usr/bin/docker -d $OPTIONS
+	daemon --fork /usr/bin/docker daemon $OPTIONS
 	RETVAL=$?
 	[ $RETVAL -eq 0 ] && touch /var/lock/subsys/docker
 }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/docker.git/commitdiff/bab24a18a99adba78710997af0992b4a2b15f42b



More information about the pld-cvs-commit mailing list