Collection of cookbooks for Podman Quadlets
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.
 
 
 
 

12 lines
332 B

[Unit]
Description=Process Lego certificate renewal hooks
# Lego touches .renewed files when renewed certificates are available
ConditionPathExistsGlob=/var/lib/quadlets/lego/certificates/*.renewed
After=lego-renew.service
[Service]
Type=oneshot
ExecStart=/etc/quadlets/lego/process-hooks.sh
[Install]
WantedBy=lego-renew.service