Merge pull request #15119 from xnox/sdnotify

systemd: set service type to notify.
This commit is contained in:
Jessie Frazelle 2015-08-05 17:42:58 -07:00
commit efe4f0dfa9
1 changed files with 1 additions and 0 deletions

View File

@ -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