summaryrefslogtreecommitdiff
path: root/configs/usr/lib
diff options
context:
space:
mode:
Diffstat (limited to 'configs/usr/lib')
-rw-r--r--configs/usr/lib/systemd/system/taler-exchange-httpd@.service1
-rw-r--r--configs/usr/lib/systemd/system/taler-exchange-secmod-cs.service1
-rw-r--r--configs/usr/lib/systemd/system/taler-exchange-secmod-eddsa.service2
-rw-r--r--configs/usr/lib/systemd/system/taler-exchange-secmod-rsa.service1
4 files changed, 4 insertions, 1 deletions
diff --git a/configs/usr/lib/systemd/system/taler-exchange-httpd@.service b/configs/usr/lib/systemd/system/taler-exchange-httpd@.service
index 65b2a93..0c39e41 100644
--- a/configs/usr/lib/systemd/system/taler-exchange-httpd@.service
+++ b/configs/usr/lib/systemd/system/taler-exchange-httpd@.service
@@ -20,6 +20,7 @@ StandardError=journal
PrivateTmp=no
PrivateDevices=yes
ProtectSystem=full
+LimitNOFILE=500000
[Install]
WantedBy=multi-user.target
diff --git a/configs/usr/lib/systemd/system/taler-exchange-secmod-cs.service b/configs/usr/lib/systemd/system/taler-exchange-secmod-cs.service
index 4284420..206fd6a 100644
--- a/configs/usr/lib/systemd/system/taler-exchange-secmod-cs.service
+++ b/configs/usr/lib/systemd/system/taler-exchange-secmod-cs.service
@@ -15,4 +15,5 @@ StandardError=journal
PrivateTmp=no
PrivateDevices=yes
ProtectSystem=full
+LimitNOFILE=500000
diff --git a/configs/usr/lib/systemd/system/taler-exchange-secmod-eddsa.service b/configs/usr/lib/systemd/system/taler-exchange-secmod-eddsa.service
index 6e98f5e..b7f564c 100644
--- a/configs/usr/lib/systemd/system/taler-exchange-secmod-eddsa.service
+++ b/configs/usr/lib/systemd/system/taler-exchange-secmod-eddsa.service
@@ -15,4 +15,4 @@ StandardError=journal
PrivateTmp=no
PrivateDevices=yes
ProtectSystem=full
-
+LimitNOFILE=500000
diff --git a/configs/usr/lib/systemd/system/taler-exchange-secmod-rsa.service b/configs/usr/lib/systemd/system/taler-exchange-secmod-rsa.service
index 5f3a2c9..fade8f8 100644
--- a/configs/usr/lib/systemd/system/taler-exchange-secmod-rsa.service
+++ b/configs/usr/lib/systemd/system/taler-exchange-secmod-rsa.service
@@ -15,3 +15,4 @@ StandardError=journal
PrivateTmp=no
PrivateDevices=yes
ProtectSystem=full
+LimitNOFILE=500000