Are numbers not legit?

This commit is contained in:
niten 2024-01-07 09:25:51 -08:00
parent 4196468cf8
commit c405597d81
1 changed files with 1 additions and 1 deletions

View File

@ -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