From d7a4137e23b68b768f0d41349e5d0664bea772d0 Mon Sep 17 00:00:00 2001 From: srestegosaurio Date: Fri, 6 Feb 2026 22:21:45 +0100 Subject: [PATCH] systemd: remove redundant lines from system unit A section of this file got duplicated the last time it was edited. Signed-off-by: srestegosaurio --- systemd/system/radicle-node.service | 6 ------ 1 file changed, 6 deletions(-) diff --git a/systemd/system/radicle-node.service b/systemd/system/radicle-node.service index eb27b150..7423ace3 100644 --- a/systemd/system/radicle-node.service +++ b/systemd/system/radicle-node.service @@ -30,12 +30,6 @@ MemoryDenyWriteExecute=true # `rad auth`. #Environment=RAD_PASSPHRASE=snickerdoodle -# Basic hardening options. For more, please refer to `systemd-analyze security`. -PrivateTmp=true -ProtectSystem=strict -NoNewPrivileges=true -MemoryDenyWriteExecute=true - User=seed Group=seed