X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/387744329ae2d630bc039b738aaf8ea3e1f716e3..a79ae7d697e483c6d94eaf0f005acdb762ca0401:/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