Revert 45451836bd
, made Bookwyrm unit compatible with systemd 256
This commit is contained in:
parent
45451836bd
commit
4d13feaa3d
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=true
|
||||
PrivateDevices=true
|
||||
PrivateIPC=true
|
||||
ProtectHostname=true
|
||||
ProtectClock=true
|
||||
ProtectKernelTunables=true
|
||||
ProtectKernelModules=true
|
||||
ProtectControlGroups="strict"
|
||||
ProtectControlGroups=true
|
||||
RestrictNamespaces=true
|
||||
LockPersonality=true
|
||||
RestrictRealtime=true
|
||||
|
|
Loading…
Add table
Reference in a new issue