| # Copyright 2012 The ChromiumOS Authors | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| description "create validated caches of lockbox protected files" | |
| author "chromium-os-dev@chromium.org" | |
| # Runs before boot-services so services can consume install | |
| # attributes. | |
| start on starting boot-services and started syslog | |
| oom score -100 | |
| pre-start exec lockbox-cache-manager |