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