1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
5 Description=Arvados Crunch Dispatcher for LOCAL service
6 Documentation=https://doc.arvados.org/
9 # systemd==229 (ubuntu:xenial) obeys StartLimitInterval in the [Unit] section
12 # systemd>=230 (debian:9) obeys StartLimitIntervalSec in the [Unit] section
13 StartLimitIntervalSec=0
17 EnvironmentFile=-/etc/arvados/crunch-dispatch-local-credentials
18 ExecStart=/usr/bin/crunch-dispatch-local -poll-interval=1 -crunch-run-command=/usr/bin/crunch-run
19 # Set a reasonable default for the open file limit
25 # systemd<=219 (centos:7, debian:8, ubuntu:trusty) obeys StartLimitInterval in the [Service] section
29 WantedBy=multi-user.target