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
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue