diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-10-10 20:22:20 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2025-10-10 20:26:34 +0200 |
| commit | 2aec74e5219325434a73ad01718861169db001ac (patch) | |
| tree | 09951a024659093a2e6a258f8b61e10cf8c45697 /src/etc/systemd/system | |
| parent | c8759c0f89f36b9a4b603fb9587f9c2f6709edd6 (diff) | |
| download | vyos-1x-2aec74e5219325434a73ad01718861169db001ac.tar.gz vyos-1x-2aec74e5219325434a73ad01718861169db001ac.zip | |
pki: T7908: certbot.timer must call CLI script to update certificates
CRON is not used for certbot as pki starts the certbot timer.
Diffstat (limited to 'src/etc/systemd/system')
| -rw-r--r-- | src/etc/systemd/system/certbot.service.d/10-override.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/etc/systemd/system/certbot.service.d/10-override.conf b/src/etc/systemd/system/certbot.service.d/10-override.conf new file mode 100644 index 000000000..444a9b684 --- /dev/null +++ b/src/etc/systemd/system/certbot.service.d/10-override.conf @@ -0,0 +1,3 @@ +[Service] +Group=vyattacfg +ExecStart=/usr/libexec/vyos/op_mode/pki.py renew_certbot |
