X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/23ce820aad666f5ad897ffe106f8b5f7e4baac33..cbfdb1b66ab9c1b6e69d1c9cd589633386267177:/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..b4fc10f83e 100644 --- a/services/crunch-dispatch-local/crunch-dispatch-local.service +++ b/services/crunch-dispatch-local/crunch-dispatch-local.service @@ -5,8 +5,6 @@ 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] @@ -19,8 +17,5 @@ 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