1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
6 Description=Arvados Keep web gateway
7 Documentation=https://doc.arvados.org/
9 AssertPathExists=/etc/arvados/keep-web/keep-web.yml
11 # systemd==229 (ubuntu:xenial) obeys StartLimitInterval in the [Unit] section
14 # systemd>=230 (debian:9) obeys StartLimitIntervalSec in the [Unit] section
15 StartLimitIntervalSec=0
19 ExecStart=/usr/bin/keep-web
23 # systemd<=219 (centos:7, debian:8, ubuntu:trusty) obeys StartLimitInterval in the [Service] section
27 WantedBy=multi-user.target