Merge branch '21834-stdout-timestamps'
[arvados.git] / services / crunch-dispatch-local / crunch-dispatch-local.service
index e3dd113c710cd8cf5b1cede361d794ad7fd67839..f40359de2e00edbd0b7c16ab34433e3485f4ec0c 100644 (file)
@@ -5,22 +5,14 @@
 Description=Arvados Crunch Dispatcher for LOCAL service
 Documentation=https://doc.arvados.org/
 After=network.target
-
-# systemd>=230 (debian:9) obeys StartLimitIntervalSec in the [Unit] section
 StartLimitIntervalSec=0
 
 [Service]
 Type=simple
 EnvironmentFile=-/etc/arvados/crunch-dispatch-local-credentials
 ExecStart=/usr/bin/crunch-dispatch-local -poll-interval=1 -crunch-run-command=/usr/bin/crunch-run
-# Set a reasonable default for the open file limit
-LimitNOFILE=65536
 Restart=always
 RestartSec=1
-LimitNOFILE=1000000
-
-# systemd<=219 (centos:7, debian:8, ubuntu:trusty) obeys StartLimitInterval in the [Service] section
-StartLimitInterval=0
 
 [Install]
 WantedBy=multi-user.target