You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
323 B
15 lines
323 B
[Unit]
|
|
Description=Initialize Quay TLS certificates if not already present
|
|
Before=quay-app.service
|
|
After=lego.target
|
|
|
|
# Start/stop this unit when the target is started/stopped
|
|
PartOf=quay.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/etc/quadlets/quay/quay_load_tls_certs.sh
|
|
|
|
[Install]
|
|
WantedBy=quay.target
|
|
|