misc, setup, util: Add a ulimit

I think this gives us the ability to open more files.
This commit is contained in:
James Shubin
2025-06-05 22:20:53 -04:00
parent 650e8392c5
commit 301ce03061
3 changed files with 8 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ Requires=systemd-networkd.service
ExecStart=/usr/bin/mgmt run empty $OPTS
RestartSec=5s
Restart=always
LimitNOFILE=16384
[Install]
WantedBy=multi-user.target