| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. | 1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 # cashew upstart job | 5 # cashew upstart job |
| 6 | 6 |
| 7 start on started flimflam | 7 start on started flimflam |
| 8 stop on starting halt or starting reboot |
| 8 respawn | 9 respawn |
| 9 exec /usr/sbin/cashewd --log_dir=/var/log/cashew --logbuflevel=-1 | 10 exec /usr/sbin/cashewd --log_dir=/var/log/cashew --logbuflevel=-1 |
| OLD | NEW |