880ac7d
[Unit]
880ac7d
Description=Docker Application Container Engine
880ac7d
Documentation=http://docs.docker.com
880ac7d
After=network.target
693f781
Wants=docker-storage-setup.service
880ac7d
880ac7d
[Service]
880ac7d
Type=notify
8d91eb1
NotifyAccess=all
880ac7d
EnvironmentFile=-/etc/sysconfig/docker
880ac7d
EnvironmentFile=-/etc/sysconfig/docker-storage
880ac7d
EnvironmentFile=-/etc/sysconfig/docker-network
7123dea
Environment=GOTRACEBACK=crash
8d91eb1
ExecStart=/bin/sh -c '/usr/bin/docker daemon \
880ac7d
          $OPTIONS \
880ac7d
          $DOCKER_STORAGE_OPTIONS \
880ac7d
          $DOCKER_NETWORK_OPTIONS \
8d91eb1
          $INSECURE_REGISTRY \
b1598ff
          2>&1 | /usr/bin/forward-journald -tag docker'
Antonio Murdaca 2cc1b8f
ExecReload=/bin/kill -s HUP $MAINPID
880ac7d
LimitNOFILE=1048576
880ac7d
LimitNPROC=1048576
880ac7d
LimitCORE=infinity
880ac7d
MountFlags=slave
8d91eb1
StandardOutput=null
8d91eb1
StandardError=null
96e303a
TimeoutStartSec=0
270e62d
Restart=on-abnormal
880ac7d
880ac7d
[Install]
880ac7d
WantedBy=multi-user.target