Merge branch '11325-no-broken-nodes' refs #11323, refs #11324, refs #11325
[arvados.git] / services / keep-web / keep-web.service
1 [Unit]
2 Description=Arvados Keep web gateway
3 Documentation=https://doc.arvados.org/
4 After=network.target
5 AssertPathExists=/etc/arvados/keep-web/keep-web.yml
6 # systemd<230
7 StartLimitInterval=0
8 # systemd>=230
9 StartLimitIntervalSec=0
10
11 [Service]
12 Type=notify
13 ExecStart=/usr/bin/keep-web
14 Restart=always
15 RestartSec=1
16
17 [Install]
18 WantedBy=multi-user.target