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