X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b9e8e790912565619289540a8dc546a5c9c60f6e..HEAD:/cmd/arvados-server/arvados-dispatch-cloud.service diff --git a/cmd/arvados-server/arvados-dispatch-cloud.service b/cmd/arvados-server/arvados-dispatch-cloud.service index 11887b8f8c..38dd90beae 100644 --- a/cmd/arvados-server/arvados-dispatch-cloud.service +++ b/cmd/arvados-server/arvados-dispatch-cloud.service @@ -7,22 +7,15 @@ Description=arvados-dispatch-cloud 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] Type=notify EnvironmentFile=-/etc/arvados/environment ExecStart=/usr/bin/arvados-dispatch-cloud -# Set a reasonable default for the open file limit -LimitNOFILE=65536 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