summaryrefslogtreecommitdiff
path: root/upstart
diff options
context:
space:
mode:
authorScott Moser <smoser@nelson>2010-01-07 22:33:55 -0500
committerScott Moser <smoser@nelson>2010-01-07 22:33:55 -0500
commitbddf1df6cd1d2dad82d6cc3bc5ff13df7f4d8691 (patch)
treed289dc07472f9a59886b3e58ae44788fe843b765 /upstart
parentb11e97ab88dc9e75e4e797910f9b84907671db28 (diff)
downloadvyos-cloud-init-bddf1df6cd1d2dad82d6cc3bc5ff13df7f4d8691.tar.gz
vyos-cloud-init-bddf1df6cd1d2dad82d6cc3bc5ff13df7f4d8691.zip
fix ec2init.conf upstart job to have correct start on
Diffstat (limited to 'upstart')
-rw-r--r--upstart/ec2init.conf2
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