Revert 45451836bd, made Bookwyrm unit compatible with systemd 256

This commit is contained in:
Reinout Meliesie 2025-03-04 18:30:27 +01:00
parent 45451836bd
commit 4d13feaa3d
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6

View file

@ -25,16 +25,16 @@ with pkgs . kernelmaft ;
User=bookwyrm
Group=bookwyrm
ProtectSystem="strict"
ProtectHome="tmpfs"
PrivateTmp="disconnected"
ProtectSystem=strict
ProtectHome=tmpfs
PrivateTmp=true
PrivateDevices=true
PrivateIPC=true
ProtectHostname=true
ProtectClock=true
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectControlGroups="strict"
ProtectControlGroups=true
RestrictNamespaces=true
LockPersonality=true
RestrictRealtime=true