8784: Fix test for latest firefox.
[arvados.git] / services / keepstore / keepstore.service
1 [Unit]
2 Description=Arvados Keep Storage Daemon
3 Documentation=https://doc.arvados.org/
4 After=network.target
5 AssertPathExists=/etc/arvados/keepstore/keepstore.yml
6 # systemd<230
7 StartLimitInterval=0
8 # systemd>=230
9 StartLimitIntervalSec=0
10
11 [Service]
12 Type=notify
13 ExecStart=/usr/bin/keepstore
14 Restart=always
15 RestartSec=1
16
17 [Install]
18 WantedBy=multi-user.target