Merge pull request #22806 from errordeveloper/master

Remove MountFlags in systemd unit to allow shared mount propagation
Upstream-commit: 791f98290e0e88c76cb916d6e1d211467f36e230
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2016-06-02 20:04:08 +02:00

View File

@ -11,7 +11,6 @@ Type=notify
# for containers run by docker
ExecStart=/usr/bin/dockerd -H fd://
ExecReload=/bin/kill -s HUP $MAINPID
MountFlags=slave
LimitNOFILE=1048576
LimitNPROC=1048576
LimitCORE=infinity