From 41b8dbc6d38781cc4d8d2d3ec928968dd5f0e9f7 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 4 Feb 2025 09:21:59 +0000 Subject: automatic import of python-certbot --- certbot-renew-systemd.timer | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 certbot-renew-systemd.timer (limited to 'certbot-renew-systemd.timer') 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 -- cgit v1.2.3