From a727d971f3dffc98bae043b69a95e02d3ab3eb88 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 22 Jul 2009 15:13:40 -0400 Subject: Fix example upstart system start script It was trying to write the log message way too early, before the root filesystem was mounted. --- data/ck-log-system-start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/ck-log-system-start b/data/ck-log-system-start index 2088265..e27907b 100644 --- a/data/ck-log-system-start +++ b/data/ck-log-system-start @@ -2,7 +2,7 @@ # ck-log-system-start - write system start to log # -start on startup +start on stopped rcS console output exec /usr/sbin/ck-log-system-start -- cgit