Merge branch '21660-inode-test-race'
[arvados.git] / cmd / arvados-server / keep-web.service
index 4ecd0b49782561da91c49f0a3dea38e9306a2b7b..a803ddac8534c9f444283a27991990bc2d339286 100644 (file)
@@ -7,22 +7,15 @@ Description=Arvados Keep WebDAV and S3 gateway
 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/keep-web
-# 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