From 79c80219b6ecec0b84f190ef48c95d1f4b248bdf Mon Sep 17 00:00:00 2001 From: Michael Hart Date: Thu, 23 Oct 2025 16:46:19 -0700 Subject: [PATCH] Remove problematic service changes --- install.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/install.sh b/install.sh index 03f4968..b33156e 100755 --- a/install.sh +++ b/install.sh @@ -1631,13 +1631,6 @@ MemoryLimit=512M CPUQuota=50% TasksMax=200 -# Security and isolation -NoNewPrivileges=true -PrivateTmp=true -ProtectSystem=strict -ProtectHome=true -ReadWritePaths=$INSTALL_DIR - # Logging StandardOutput=journal StandardError=journal