[Unit]
Description=Docker registry container

[Service]
Restart=always
ExecStart=/usr/bin/podman start -a docker-registry
ExecStop=/usr/bin/podman stop -t 120 docker-registry

[Install]
WantedBy=local.target