X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1efba8f3b728a3b8aa3c64c5aa09f441318ff2a8..0c731f41511ab1fbfa08b2de7967ca1df5f7f28d:/services/crunch-dispatch-local/crunch-dispatch-local.service diff --git a/services/crunch-dispatch-local/crunch-dispatch-local.service b/services/crunch-dispatch-local/crunch-dispatch-local.service index e3dd113c71..f40359de2e 100644 --- a/services/crunch-dispatch-local/crunch-dispatch-local.service +++ b/services/crunch-dispatch-local/crunch-dispatch-local.service @@ -5,22 +5,14 @@ Description=Arvados Crunch Dispatcher for LOCAL service Documentation=https://doc.arvados.org/ After=network.target - -# systemd>=230 (debian:9) obeys StartLimitIntervalSec in the [Unit] section StartLimitIntervalSec=0 [Service] Type=simple EnvironmentFile=-/etc/arvados/crunch-dispatch-local-credentials ExecStart=/usr/bin/crunch-dispatch-local -poll-interval=1 -crunch-run-command=/usr/bin/crunch-run -# Set a reasonable default for the open file limit -LimitNOFILE=65536 Restart=always RestartSec=1 -LimitNOFILE=1000000 - -# systemd<=219 (centos:7, debian:8, ubuntu:trusty) obeys StartLimitInterval in the [Service] section -StartLimitInterval=0 [Install] WantedBy=multi-user.target