diff options
Diffstat (limited to 'upstart')
-rw-r--r-- | upstart/ec2init.conf | 5 |
1 files changed, 4 insertions, 1 deletions
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 |