17389: Adds X-Keep-Storage-Classes-Confirmed header to responses on success.
[arvados.git] / services / keepproxy / keepproxy.service
index 96dec25ecf77ecc8c3936628829d8dc59aecabc4..4c63161a0d7a260ce7dd349f62214d6e7d162f36 100644 (file)
@@ -6,7 +6,6 @@
 Description=Arvados Keep Proxy
 Documentation=https://doc.arvados.org/
 After=network.target
-AssertPathExists=/etc/arvados/keepproxy/keepproxy.yml
 
 # systemd==229 (ubuntu:xenial) obeys StartLimitInterval in the [Unit] section
 StartLimitInterval=0
@@ -17,6 +16,8 @@ StartLimitIntervalSec=0
 [Service]
 Type=notify
 ExecStart=/usr/bin/keepproxy
+# Set a reasonable default for the open file limit
+LimitNOFILE=65536
 Restart=always
 RestartSec=1