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

Restore Type=notify in Systemd unit

Signed-off-by: Valentin Kulesh <valentin.kulesh@virtuozzo.com>
This commit is contained in:
Valentin Kulesh 2018-10-08 21:51:09 +03:00
parent b19e8d3319
commit 0fa3c8c277

View file

@ -6,6 +6,7 @@ After=network-online.target firewalld.service
Wants=network-online.target Wants=network-online.target
[Service] [Service]
Type=notify
# the default is not to use systemd for cgroups because the delegate issues still # the default is not to use systemd for cgroups because the delegate issues still
# exists and systemd currently does not support the cgroup feature set required # exists and systemd currently does not support the cgroup feature set required
# for containers run by docker # for containers run by docker