X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/27ae43f3b4d700a1a35db514130fb17824ae9c80..38489133d0d3ba3797447272edea7f618cf352df:/services/health/arvados-health.service?ds=sidebyside diff --git a/services/health/arvados-health.service b/services/health/arvados-health.service index dac7c3a194..4b8745d154 100644 --- a/services/health/arvados-health.service +++ b/services/health/arvados-health.service @@ -8,15 +8,14 @@ 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 - # systemd>=230 (debian:9) obeys StartLimitIntervalSec in the [Unit] section StartLimitIntervalSec=0 [Service] Type=simple ExecStart=/usr/bin/arvados-health +# Set a reasonable default for the open file limit +LimitNOFILE=65536 Restart=always RestartSec=1