From db341c8aef1e6aebf852f9b41876d9da4d82ce27 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Fri, 8 Jan 2010 16:19:08 -0500 Subject: run later in boot, but more reliably --- upstart/ec2init.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/upstart/ec2init.conf b/upstart/ec2init.conf index 91bf82a9..d0f802c0 100644 --- a/upstart/ec2init.conf +++ b/upstart/ec2init.conf @@ -1,4 +1,7 @@ -start on (mounted MOUNTPOINT=/ and net-device-up IFACE=eth0) +#start on (mounted MOUNTPOINT=/ and net-device-up IFACE=eth0) +# the above start-on never occurs, blocking boot. [bug 504883] +# instead, start much later in the boot process. sigh.. +start on (local-filesystems and net-device-up IFACE=eth0) task -- cgit v1.2.3