Fix string syntax in Bookwyrm systemd unit
This commit is contained in:
parent
547697c231
commit
45451836bd
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue