blob: 4988bd220b87ea7c67505836cf7df0ecd21edfc7 [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
description "Restart flimflam at slow rate if it fails to respawn"
author "chromium-os-dev@chromium.org"
# If flimflam fails to start up due to fast-respawn, this is a bad
# thing. Connectivity in chromium-os is absolutely essential, so
# respond to this failure by pausing and restarting.
start on stopped flimflam PROCESS=respawn
script
sleep 60
start flimflam
end script