X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6bf9e1a4b5640f3cdd057810f0c9b8a945bb88bd..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 692d81e570..b4fc10f83e 100644 --- a/services/crunch-dispatch-local/crunch-dispatch-local.service +++ b/services/crunch-dispatch-local/crunch-dispatch-local.service @@ -5,11 +5,6 @@ Description=Arvados Crunch Dispatcher for LOCAL service Documentation=https://doc.arvados.org/ After=network.target - -# 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] @@ -22,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