From caff1a88e9bca1ad235141814338c087a6e70802 Mon Sep 17 00:00:00 2001 From: Peter Fabinski Date: Mon, 4 Aug 2025 01:28:38 -0400 Subject: [PATCH] Increase systemd service process limit resolvconf ends up calling itself several times due to subscriber scripts and may go over 10 processes --- distro/systemd/openvpn-client@.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distro/systemd/openvpn-client@.service.in b/distro/systemd/openvpn-client@.service.in index cbcef6533c3..eb0b4d70478 100644 --- a/distro/systemd/openvpn-client@.service.in +++ b/distro/systemd/openvpn-client@.service.in @@ -12,7 +12,7 @@ PrivateTmp=true WorkingDirectory=/etc/openvpn/client ExecStart=@sbindir@/openvpn --suppress-timestamps --nobind --config %i.conf CapabilityBoundingSet=CAP_IPC_LOCK CAP_NET_ADMIN CAP_NET_RAW CAP_SETGID CAP_SETUID CAP_SYS_CHROOT CAP_DAC_OVERRIDE -LimitNPROC=10 +LimitNPROC=20 DeviceAllow=/dev/null rw DeviceAllow=/dev/net/tun rw ProtectSystem=true