21700: Install Bundler system-wide in Rails postinst
[arvados.git] / lib / install / arvados.service
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 [Unit]
6 Description=Arvados server
7 Documentation=https://doc.arvados.org/
8 After=network.target
9 AssertPathExists=/etc/arvados/config.yml
10 StartLimitIntervalSec=0
11
12 [Service]
13 Type=notify
14 EnvironmentFile=-/etc/arvados/environment
15 ExecStart=/usr/bin/arvados-server boot
16 ExecReload=/usr/bin/arvados-server config-check
17 ExecReload=kill -HUP $MAINPID
18 Restart=always
19 RestartSec=1
20 LimitNOFILE=65536
21
22 [Install]
23 WantedBy=multi-user.target