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 User=bookwyrm
Group=bookwyrm Group=bookwyrm
ProtectSystem=strict ProtectSystem="strict"
ProtectHome=tmpfs ProtectHome="tmpfs"
PrivateTmp=disconnected PrivateTmp="disconnected"
PrivateDevices=true PrivateDevices=true
PrivateIPC=true PrivateIPC=true
ProtectHostname=true ProtectHostname=true
ProtectClock=true ProtectClock=true
ProtectKernelTunables=true ProtectKernelTunables=true
ProtectKernelModules=true ProtectKernelModules=true
ProtectControlGroups=strict ProtectControlGroups="strict"
RestrictNamespaces=true RestrictNamespaces=true
LockPersonality=true LockPersonality=true
RestrictRealtime=true RestrictRealtime=true