mirror of
https://github.com/astro/buzzrelay.git
synced 2024-11-22 04:00:59 +00:00
nixos-module: bump LimitNOFile to 40000
This commit is contained in:
parent
225fce2acc
commit
c890616d8d
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
RestartSec = "1s";
|
RestartSec = "1s";
|
||||||
WatchdogSec = "1800s";
|
WatchdogSec = "1800s";
|
||||||
|
LimitNOFile = 40000;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue