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.service | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 certbot-renew-systemd.service (limited to 'certbot-renew-systemd.service') diff --git a/certbot-renew-systemd.service b/certbot-renew-systemd.service new file mode 100644 index 0000000..acb6b8e --- /dev/null +++ b/certbot-renew-systemd.service @@ -0,0 +1,7 @@ +[Unit] +Description=This service automatically renews any certbot certificates found + +[Service] +EnvironmentFile=/etc/sysconfig/certbot +Type=oneshot +ExecStart=/usr/bin/certbot renew --noninteractive --no-random-sleep-on-renew $PRE_HOOK $POST_HOOK $RENEW_HOOK $DEPLOY_HOOK $CERTBOT_ARGS -- cgit v1.2.3