mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-09 23:05:43 +02:00
7 lines
250 B
Django/Jinja
7 lines
250 B
Django/Jinja
[Unit]
|
|
Description=Detect, revoke, and delete unused Let's Encrypt certificates based on active NGINX configuration files.
|
|
OnFailure=systemd-notifier.cymais@%n.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStartPre=/bin/sh -c '/usr/bin/python certreap --force' |