mirror of https://github.com/docker/docs.git
Merge pull request #15119 from xnox/sdnotify
systemd: set service type to notify.
This commit is contained in:
commit
efe4f0dfa9
|
|
@ -5,6 +5,7 @@ After=network.target docker.socket
|
||||||
Requires=docker.socket
|
Requires=docker.socket
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Type=notify
|
||||||
ExecStart=/usr/bin/docker daemon -H fd://
|
ExecStart=/usr/bin/docker daemon -H fd://
|
||||||
MountFlags=slave
|
MountFlags=slave
|
||||||
LimitNOFILE=1048576
|
LimitNOFILE=1048576
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue