X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7c3e13d4876a8e37feffee3cdaebc44b20b7b61b..eb1f89d86c0f942c9351ae13b944d3d11f51e35e:/services/keepproxy/keepproxy.service?ds=sidebyside diff --git a/services/keepproxy/keepproxy.service b/services/keepproxy/keepproxy.service index 1d0113e0e4..9548cb219b 100644 --- a/services/keepproxy/keepproxy.service +++ b/services/keepproxy/keepproxy.service @@ -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