From ce171cf37563724036a18a4bea6f96436897711c Mon Sep 17 00:00:00 2001 From: Henry Dollman Date: Mon, 3 Feb 2025 19:12:33 -0500 Subject: [PATCH] systemd: remove ProtectKernel=yes from unit file (invalid option) --- supplemental/debian/beszel-agent.service | 1 - 1 file changed, 1 deletion(-) diff --git a/supplemental/debian/beszel-agent.service b/supplemental/debian/beszel-agent.service index ce61823..78fbaaa 100644 --- a/supplemental/debian/beszel-agent.service +++ b/supplemental/debian/beszel-agent.service @@ -20,7 +20,6 @@ PrivateTmp=yes ProtectClock=yes ProtectHome=read-only ProtectHostname=yes -ProtectKernel=yes ProtectKernelLogs=yes ProtectKernelTunables=yes ProtectSystem=strict