summaryrefslogtreecommitdiff
path: root/certbot-renew-systemd.timer
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-02-04 09:21:59 +0000
committerCoprDistGit <infra@openeuler.org>2025-02-04 09:21:59 +0000
commit41b8dbc6d38781cc4d8d2d3ec928968dd5f0e9f7 (patch)
tree43cd2929dc433142975825d85f578e1a85e41457 /certbot-renew-systemd.timer
parenta359eee63055291507cd524ec32efc15cbfc7d70 (diff)
automatic import of python-certbotopeneuler24.03_LTS_SP1openeuler24.03_LTS
Diffstat (limited to 'certbot-renew-systemd.timer')
-rw-r--r--certbot-renew-systemd.timer10
1 files changed, 10 insertions, 0 deletions
diff --git a/certbot-renew-systemd.timer b/certbot-renew-systemd.timer
new file mode 100644
index 0000000..2795bdc
--- /dev/null
+++ b/certbot-renew-systemd.timer
@@ -0,0 +1,10 @@
+[Unit]
+Description=This is the timer to set the schedule for automated renewals
+
+[Timer]
+OnCalendar=*-*-* 00/12:00:00
+RandomizedDelaySec=12hours
+Persistent=true
+
+[Install]
+WantedBy=timers.target