11 lines
208 B
SYSTEMD
11 lines
208 B
SYSTEMD
|
[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
|