Merge branch '17840-unparsed-args'
[arvados.git] / services / keepproxy / keepproxy.service
index 1d0113e0e43a04a17fa2e7ae9657f1ed7bc9f1fa..9548cb219b1f2bd7efa2490590b30bcb52b85fdc 100644 (file)
@@ -7,15 +7,14 @@ Description=Arvados Keep Proxy
 Documentation=https://doc.arvados.org/
 After=network.target
 
-# systemd==229 (ubuntu:xenial) obeys StartLimitInterval in the [Unit] section
-StartLimitInterval=0
-
 # systemd>=230 (debian:9) obeys StartLimitIntervalSec in the [Unit] section
 StartLimitIntervalSec=0
 
 [Service]
 Type=notify
 ExecStart=/usr/bin/keepproxy
+# Set a reasonable default for the open file limit
+LimitNOFILE=65536
 Restart=always
 RestartSec=1