1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
6 Description=Arvados Keep Storage Daemon
7 Documentation=https://doc.arvados.org/
9 AssertPathExists=/etc/arvados/config.yml
10 StartLimitIntervalSec=0
13 # trigger Go garbage collection when the ratio of freshly allocated data to live data
14 # remaining after the previous collection reaches 10% rather than the default 100%, so
15 # that Keepstore's memory use is tightly coupled to the number of buffers it is
19 ExecStart=/usr/bin/keepstore
22 RestartPreventExitStatus=2
25 WantedBy=multi-user.target