16928: Avoid misleading warning when using implicit bool defaults.
[arvados.git] / cmd / arvados-server / arvados-controller.service
index fbd73e334de327edcdc4897c71a6f6d434531917..1a43d7cd3a72bb31a1e1ef2152e152c75fe2c6aa 100644 (file)
@@ -16,7 +16,10 @@ StartLimitIntervalSec=0
 
 [Service]
 Type=notify
+EnvironmentFile=-/etc/arvados/environment
 ExecStart=/usr/bin/arvados-controller
+# Set a reasonable default for the open file limit
+LimitNOFILE=65536
 Restart=always
 RestartSec=1