service.py args breaks start
This commit is contained in:
@@ -15,7 +15,6 @@ def start():
|
||||
os.system("/sbin/modprobe -va bridge nf_nat br_netfilter")
|
||||
|
||||
startService(command="/usr/bin/dockerd",
|
||||
args="%s %s" % (pidfile, config.get("DOCKER_OPTS")),
|
||||
detach=True,
|
||||
pidfile=pidfile,
|
||||
donotify=True)
|
||||
|
||||
Reference in New Issue
Block a user