Explorar el Código

Restore `Type=notify` in Systemd unit

Signed-off-by: Valentin Kulesh <valentin.kulesh@virtuozzo.com>
Valentin Kulesh hace 6 años
padre
commit
0fa3c8c277
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      contrib/init/systemd/docker.service

+ 1 - 0
contrib/init/systemd/docker.service

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