Are numbers not legit?
This commit is contained in:
parent
4196468cf8
commit
c405597d81
|
@ -323,7 +323,7 @@ let
|
|||
ProtectKernelLogs = true;
|
||||
MemoryDenyWriteExecute = true;
|
||||
RestrictRealtime = true;
|
||||
LimitNOFILE = 4096;
|
||||
LimitNOFILE = "4096";
|
||||
User = cfg.user;
|
||||
Group = cfg.group;
|
||||
# Server will retry -- this results in stacking
|
||||
|
|
Loading…
Reference in New Issue