Blame SOURCES/docker-latest.service

a4e823
[Unit]
a4e823
Description=Docker Application Container Engine
a4e823
Documentation=http://docs.docker.com
a4e823
After=network.target
a4e823
Wants=docker-latest-storage-setup.service
a4e823
Requires=rhel-push-plugin.socket
a4e823
a4e823
[Service]
a4e823
Type=notify
a4e823
NotifyAccess=all
a4e823
EnvironmentFile=-/etc/sysconfig/docker-latest
a4e823
EnvironmentFile=-/etc/sysconfig/docker-latest-storage
a4e823
EnvironmentFile=-/etc/sysconfig/docker-latest-network
a4e823
Environment=GOTRACEBACK=crash
a4e823
ExecStart=/bin/sh -c '/usr/bin/docker-latest daemon \
a4e823
          --authorization-plugin=rhel-push-plugin \
a4e823
          --exec-opt native.cgroupdriver=systemd \
a4e823
          -g /var/lib/docker-latest \
a4e823
          $OPTIONS \
a4e823
          $DOCKER_STORAGE_OPTIONS \
a4e823
          $DOCKER_NETWORK_OPTIONS \
a4e823
          $ADD_REGISTRY \
a4e823
          $BLOCK_REGISTRY \
a4e823
          $INSECURE_REGISTRY \
a4e823
          2>&1 | /usr/bin/forward-journald -tag docker-latest'
a4e823
LimitNOFILE=1048576
a4e823
LimitNPROC=1048576
a4e823
LimitCORE=infinity
a4e823
TimeoutStartSec=0
a4e823
Restart=on-abnormal
a4e823
a4e823
[Install]
a4e823
WantedBy=multi-user.target