mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #15119 from xnox/sdnotify
systemd: set service type to notify.
This commit is contained in:
commit
efe4f0dfa9
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ After=network.target docker.socket
|
|||
Requires=docker.socket
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
ExecStart=/usr/bin/docker daemon -H fd://
|
||||
MountFlags=slave
|
||||
LimitNOFILE=1048576
|
||||
|
|
Loading…
Reference in a new issue