Merge branch '9857-cwl-acceptlist-re' refs #9857
[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
7 [Service]
8 Type=notify
9 ExecStart=/usr/bin/keep-web
10 Restart=always
11
12 [Install]
13 WantedBy=multi-user.target