diff options
author | Alberto Gonzalez Iniesta <agi@inittab.org> | 2016-05-11 09:58:36 +0200 |
---|---|---|
committer | Alberto Gonzalez Iniesta <agi@inittab.org> | 2016-05-11 09:58:36 +0200 |
commit | f40440678807c65e02743d51a55b229641e09dbf (patch) | |
tree | 380b34679a10a649e38407c2317d301d9c73269b /debian | |
parent | 5bd5382701fc057d1810f16832b52a09d8d7d938 (diff) |
Reword README.Debian
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.Debian | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index ebedbaa..db1de3a 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -30,11 +30,15 @@ with these commands (as root): systemd service file and limits/capabilities -------------------------------------------- -If you encounter problems [1] or errors related to permissions starting +If you encounter problems [1] (or errors related to permissions) starting OpenVPN, you may want to check the limits imposed to the OpenVPN service in /lib/systemd/system/openvpn@.service, notably CapabilityBoundingSet and -LimitNPROC. You may override those with a custom openvpn@.service file in -/etc/systemd/system/. +LimitNPROC. You may override those executing: +# systemctl edit openvpn@.service + +And setting CapabilityBoundingSet (or LimitNPROC) to be empty: +[Service] +CapabilityBoundingSet= [1] daemon() failed or unsupported: Resource temporarily unavailable (errno=11) [2] Failed running command (--route-up): external program exited with error status: 1 |