diff options
author | Scott Moser <smoser@nelson> | 2010-01-08 16:19:08 -0500 |
---|---|---|
committer | Scott Moser <smoser@nelson> | 2010-01-08 16:19:08 -0500 |
commit | db341c8aef1e6aebf852f9b41876d9da4d82ce27 (patch) | |
tree | 3c9465ac67d02c3d38cab55822610706338055f2 /upstart | |
parent | 57ed1d5417e0ea415a55dd2619dda83abb4cbc87 (diff) | |
download | vyos-cloud-init-db341c8aef1e6aebf852f9b41876d9da4d82ce27.tar.gz vyos-cloud-init-db341c8aef1e6aebf852f9b41876d9da4d82ce27.zip |
run later in boot, but more reliably
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 |