X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1166aeb6033725709ded753a0c00f69320a9a873..38d30028fef230051217c29ba75d58a5f52cc716:/services/keepproxy/keepproxy.service diff --git a/services/keepproxy/keepproxy.service b/services/keepproxy/keepproxy.service index 817aec6c4e..4c63161a0d 100644 --- a/services/keepproxy/keepproxy.service +++ b/services/keepproxy/keepproxy.service @@ -6,7 +6,6 @@ Description=Arvados Keep Proxy Documentation=https://doc.arvados.org/ After=network.target -AssertPathExists=/etc/arvados/config.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