X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/506bd0a728728c055635ca01d7e6d8d2d6f263df..8d3cf07be66fb6b8a58c3999783ebc753c30428f:/cmd/arvados-server/arvados-dispatch-lsf.service diff --git a/cmd/arvados-server/arvados-dispatch-lsf.service b/cmd/arvados-server/arvados-dispatch-lsf.service index f90cd9033d..a683e85688 100644 --- a/cmd/arvados-server/arvados-dispatch-lsf.service +++ b/cmd/arvados-server/arvados-dispatch-lsf.service @@ -7,8 +7,6 @@ Description=arvados-dispatch-lsf 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