Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1027)

Side by Side Diff: failsafe-delay.conf

Issue 6879062: Add boot-services milestone marker for boot; fixed udev-addon init time. (Closed) Base URL: ssh://gitrw.chromium.org:9222/init.git@master
Patch Set: Removed 'stop on' line for dbus and udev. Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « failsafe.conf ('k') | syslog.conf » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. 1 # Copyright (c) 2011 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 description "Start the failsafe timer" 5 description "Start the failsafe timer"
6 author "chromium-os-dev@chromium.org" 6 author "chromium-os-dev@chromium.org"
7 7
8 # This job is used as the guarantee that the "failsafe" job will start. 8 # This job is used as the guarantee that the "failsafe" job will start.
9 # It's a separate job to allow failsafe to start on normal conditions 9 # It's a separate job to allow failsafe to start on normal conditions
10 # before the timer here expires. 10 # before the timer here expires.
11 #
12 # NOTE: We purposely don't start the delay until boot-services
13 # have finished starting up so that people waiting on failsafe
14 # can always assume that boot-services are there.
11 15
12 start on runlevel 2 16 start on started boot-services
13 17
14 exec sleep 30 18 exec sleep 30
OLDNEW
« no previous file with comments | « failsafe.conf ('k') | syslog.conf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698