21700: Install Bundler system-wide in Rails postinst
[arvados.git] / services / crunch-dispatch-local / crunch-dispatch-local.service
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4 [Unit]
5 Description=Arvados Crunch Dispatcher for LOCAL service
6 Documentation=https://doc.arvados.org/
7 After=network.target
8 StartLimitIntervalSec=0
9
10 [Service]
11 Type=simple
12 EnvironmentFile=-/etc/arvados/crunch-dispatch-local-credentials
13 ExecStart=/usr/bin/crunch-dispatch-local -poll-interval=1 -crunch-run-command=/usr/bin/crunch-run
14 # Set a reasonable default for the open file limit
15 LimitNOFILE=65536
16 Restart=always
17 RestartSec=1
18 LimitNOFILE=1000000
19
20 [Install]
21 WantedBy=multi-user.target