From 2cf096684716a34f4ba2ceaa63f5000d57ab6689 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 27 Aug 2022 17:19:42 -0400 Subject: [PATCH] properly override ExecStart --- systemd/system/certbot-renew.service.d/local.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/systemd/system/certbot-renew.service.d/local.conf b/systemd/system/certbot-renew.service.d/local.conf index 7afb0a1..ee7590b 100644 --- a/systemd/system/certbot-renew.service.d/local.conf +++ b/systemd/system/certbot-renew.service.d/local.conf @@ -1,6 +1,7 @@ [Service] CapabilityBoundingSet= CPUSchedulingPolicy=batch +ExecStart= ExecStart=/usr/bin/certbot -q renew --no-random-sleep-on-renew LockPersonality=true MemoryDenyWriteExecute=true