From b7b152d31e9d9fd4e9b78cbe777134807a64def1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Tue, 24 Jan 2023 16:05:21 +0100 Subject: [PATCH] fix: remove 'RestrictSUIDSGID=' from move_old_logs_@.service.j2, because it breaks when using NFS shares, resulting in errors instead of moved log files --- .../usr/local/lib/systemd/system/move_old_logs_@.service.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/usr/local/lib/systemd/system/move_old_logs_@.service.j2 b/templates/usr/local/lib/systemd/system/move_old_logs_@.service.j2 index 532c25d..8bf3786 100644 --- a/templates/usr/local/lib/systemd/system/move_old_logs_@.service.j2 +++ b/templates/usr/local/lib/systemd/system/move_old_logs_@.service.j2 @@ -21,7 +21,6 @@ ProtectControlGroups=true LockPersonality=true MemoryDenyWriteExecute=true RestrictRealtime=true -RestrictSUIDSGID=true ## RemoveIPC=true ## PrivateMounts=true ## MountFlags= -- GitLab