From bddf1df6cd1d2dad82d6cc3bc5ff13df7f4d8691 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 7 Jan 2010 22:33:55 -0500 Subject: fix ec2init.conf upstart job to have correct start on --- upstart/ec2init.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upstart/ec2init.conf b/upstart/ec2init.conf index 2168726e..91bf82a9 100644 --- a/upstart/ec2init.conf +++ b/upstart/ec2init.conf @@ -1,4 +1,4 @@ -start on (local-filesystems and net-device-up IFACE=eth0) +start on (mounted MOUNTPOINT=/ and net-device-up IFACE=eth0) task -- cgit v1.2.3