mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-04-18 02:18:13 +00:00
Merge pull request #748 from ryane/eternal-terminal-keep-alive
eternal-terminal: enable keep alive
This commit is contained in:
commit
efd35d99ce
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ in {
|
|||
''
|
||||
}"
|
||||
];
|
||||
KeepAlive = false;
|
||||
KeepAlive = true;
|
||||
RunAtLoad = true;
|
||||
HardResourceLimits.NumberOfFiles = 4096;
|
||||
SoftResourceLimits.NumberOfFiles = 4096;
|
||||
|
|
Loading…
Add table
Reference in a new issue