X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/66088cabf30c5291ad8894e7009d9c9af466c158..a14ff26b0b96bee9e5280c971d2394ffe5d3f8a8:/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