21700: Install Bundler system-wide in Rails postinst
[arvados.git] / cmd / arvados-server / arvados-ws.service
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 [Unit]
6 Description=Arvados websocket 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 ExecStart=/usr/bin/arvados-ws
15 # Set a reasonable default for the open file limit
16 LimitNOFILE=65536
17 Restart=always
18 RestartSec=1
19 RestartPreventExitStatus=2
20
21 [Install]
22 WantedBy=multi-user.target