Fix string syntax in Bookwyrm systemd unit

This commit is contained in:
Reinout Meliesie 2025-03-04 18:11:27 +01:00
parent 547697c231
commit 45451836bd
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="disconnected"
PrivateDevices=true
PrivateIPC=true
ProtectHostname=true
ProtectClock=true
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectControlGroups=strict
ProtectControlGroups="strict"
RestrictNamespaces=true
LockPersonality=true
RestrictRealtime=true