17495: Merge branch 'master' into 17495-document-dedup-report
[arvados.git] / cmd / arvados-server / arvados-dispatch-cloud.service
index 5ea5d45e79c4940ee2ef83230988f4641c57c2b8..d3f476b7df725c2597f3c972e476d4a51ff86165 100644 (file)
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: AGPL-3.0
 
 [Unit]
-Description=Arvados cloud dispatch
+Description=arvados-dispatch-cloud
 Documentation=https://doc.arvados.org/
 After=network.target
 AssertPathExists=/etc/arvados/config.yml
@@ -18,6 +18,8 @@ StartLimitIntervalSec=0
 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