1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #22446 from thaJeztah/add-daemon-reload

Add support for reloading daemon configuration through systemd
This commit is contained in:
Sebastiaan van Stijn 2016-05-04 12:38:40 +02:00
commit 9c52a04f38

View file

@ -10,6 +10,7 @@ Type=notify
# exists and systemd currently does not support the cgroup feature set required
# for containers run by docker
ExecStart=/usr/bin/docker daemon -H fd://
ExecReload=/bin/kill -s HUP $MAINPID
MountFlags=slave
LimitNOFILE=1048576
LimitNPROC=1048576