Merge branch '15781-multi-value-property-search'
[arvados.git] / services / ws / arvados-ws.service
index 9e02d41ca8bb6212684a3fd33b228b7fbffe390f..36624c78779c02cfde829323551ca9c2cb19eda3 100644 (file)
@@ -6,7 +6,6 @@
 Description=Arvados websocket server
 Documentation=https://doc.arvados.org/
 After=network.target
-AssertPathExists=/etc/arvados/ws/ws.yml
 
 # systemd==229 (ubuntu:xenial) obeys StartLimitInterval in the [Unit] section
 StartLimitInterval=0
@@ -17,6 +16,8 @@ StartLimitIntervalSec=0
 [Service]
 Type=notify
 ExecStart=/usr/bin/arvados-ws
+# Set a reasonable default for the open file limit
+LimitNOFILE=65536
 Restart=always
 RestartSec=1