X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/28b6afc1e8ccf652c7a8fd43e22a8ac788febd85..a79ae7d697e483c6d94eaf0f005acdb762ca0401:/cmd/arvados-server/crunch-dispatch-slurm.service diff --git a/cmd/arvados-server/crunch-dispatch-slurm.service b/cmd/arvados-server/crunch-dispatch-slurm.service index d2a2fb39d9..83933c1760 100644 --- a/cmd/arvados-server/crunch-dispatch-slurm.service +++ b/cmd/arvados-server/crunch-dispatch-slurm.service @@ -7,8 +7,6 @@ Description=Arvados Crunch Dispatcher for SLURM Documentation=https://doc.arvados.org/ After=network.target AssertPathExists=/etc/arvados/config.yml - -# systemd>=230 (debian:9) obeys StartLimitIntervalSec in the [Unit] section StartLimitIntervalSec=0 [Service] @@ -21,8 +19,5 @@ Restart=always RestartSec=1 RestartPreventExitStatus=2 -# systemd<=219 (centos:7, debian:8, ubuntu:trusty) obeys StartLimitInterval in the [Service] section -StartLimitInterval=0 - [Install] WantedBy=multi-user.target