Blame SOURCES/docker-distribution.service

8a47c0
[Unit]
8a47c0
Description=v2 Registry server for Docker
c43fd7
After=network.target
8a47c0
8a47c0
[Service]
8a47c0
Type=simple
db8110
ExecStart=/usr/bin/registry serve /etc/docker-distribution/registry/config.yml
8a47c0
Restart=on-failure
8a47c0
8a47c0
[Install]
8a47c0
WantedBy=multi-user.target