1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-14 21:11:04 +01:00

Merge pull request #6553 from Artturin/raisefilelimit

nix-daemon.service: sync LimitNOFILE with the nixos service
This commit is contained in:
Eelco Dolstra 2022-05-19 22:12:11 +02:00 committed by GitHub
commit 5aeda91639
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ ConditionPathIsReadWrite=@localstatedir@/nix/daemon-socket
[Service]
ExecStart=@@bindir@/nix-daemon nix-daemon --daemon
KillMode=process
LimitNOFILE=4096
[Install]
WantedBy=multi-user.target