Chris Sosa | 45d9f10 | 2014-03-24 11:18:54 -0700 | [diff] [blame] | 1 | # Copyright 2014 The Chromium OS Authors. All rights reserved. |
| 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | description "Brillo Buffet Service" |
| 6 | author "chromium-os-dev@chromium.org" |
| 7 | |
| 8 | start on starting system-services |
| 9 | stop on stopping system-services |
| 10 | respawn |
| 11 | |
Alex Vakulenko | 3cb466c | 2014-04-15 11:36:32 -0700 | [diff] [blame] | 12 | pre-start script |
| 13 | mkdir -p /var/lib/buffet |
| 14 | end script |
| 15 | |
Chris Sosa | 45d9f10 | 2014-03-24 11:18:54 -0700 | [diff] [blame] | 16 | exec buffet |