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

Unified Diff: syslog.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « failsafe-delay.conf ('k') | system-services.conf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syslog.conf
diff --git a/syslog.conf b/syslog.conf
index 275a7e9141c293df0b61fac0992ae812a6304d21..c31eec2cc0d06777ef187ec9073aa45b3c233b28 100644
--- a/syslog.conf
+++ b/syslog.conf
@@ -6,8 +6,8 @@
description "Syslog daemon"
author "chromium-os-dev@chromium.org"
-start on runlevel 2
-stop on starting halt or starting reboot
+start on starting boot-services
+stop on stopping boot-services
pre-start script
SYSLOG_RUN="/var/run/rsyslog"
« no previous file with comments | « failsafe-delay.conf ('k') | system-services.conf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698