X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ffa1fd1fdf584c71e248e9bb7d523f788a517510..858bf2e3bae0542d5b7da7dd6e1819660ee0c9c0:/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 f9e73a2c79..a683e85688 100644 --- a/cmd/arvados-server/arvados-dispatch-lsf.service +++ b/cmd/arvados-server/arvados-dispatch-lsf.service @@ -7,11 +7,6 @@ Description=arvados-dispatch-lsf Documentation=https://doc.arvados.org/ After=network.target AssertPathExists=/etc/arvados/config.yml - -# 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,9 +17,7 @@ ExecStart=/usr/bin/arvados-dispatch-lsf LimitNOFILE=65536 Restart=always RestartSec=1 - -# systemd<=219 (centos:7, debian:8, ubuntu:trusty) obeys StartLimitInterval in the [Service] section -StartLimitInterval=0 +RestartPreventExitStatus=2 [Install] WantedBy=multi-user.target