summaryrefslogtreecommitdiff
path: root/upstart
diff options
context:
space:
mode:
Diffstat (limited to 'upstart')
-rw-r--r--upstart/cloud-apt-update-upgrade.conf2
-rw-r--r--upstart/cloud-config-ssh.conf.disabled (renamed from upstart/cloud-config-ssh.conf)2
-rw-r--r--upstart/cloud-ebs-mounts.conf.disabled (renamed from upstart/cloud-ebs-mounts.conf)0
-rw-r--r--upstart/cloud-raid.conf.disabled (renamed from upstart/cloud-raid.conf)2
-rw-r--r--upstart/cloud-runurl.conf.disabled (renamed from upstart/cloud-runurl.conf)2
5 files changed, 4 insertions, 4 deletions
diff --git a/upstart/cloud-apt-update-upgrade.conf b/upstart/cloud-apt-update-upgrade.conf
index a5060f69..bf21cd8b 100644
--- a/upstart/cloud-apt-update-upgrade.conf
+++ b/upstart/cloud-apt-update-upgrade.conf
@@ -5,7 +5,7 @@
description "Update software at boot"
start on (cloud-config
- and local-filesystem
+ and local-filesystems
and net-device-up IFACE=eth0)
console output
diff --git a/upstart/cloud-config-ssh.conf b/upstart/cloud-config-ssh.conf.disabled
index 65d29941..6127cb73 100644
--- a/upstart/cloud-config-ssh.conf
+++ b/upstart/cloud-config-ssh.conf.disabled
@@ -5,7 +5,7 @@
description "Download preconfigured ssh keys"
start on (cloud-config
- and local-filesystem
+ and local-filesystems
and net-device-ifup IFACE=eth0 and starting ssh)
console output
task
diff --git a/upstart/cloud-ebs-mounts.conf b/upstart/cloud-ebs-mounts.conf.disabled
index 03ddfa40..03ddfa40 100644
--- a/upstart/cloud-ebs-mounts.conf
+++ b/upstart/cloud-ebs-mounts.conf.disabled
diff --git a/upstart/cloud-raid.conf b/upstart/cloud-raid.conf.disabled
index d4644c89..d18dd551 100644
--- a/upstart/cloud-raid.conf
+++ b/upstart/cloud-raid.conf.disabled
@@ -5,7 +5,7 @@
description "Setup RAID storage and moint points"
start on (cloud-config
- and local-filesystem)
+ and local-filesystems)
console output
task
diff --git a/upstart/cloud-runurl.conf b/upstart/cloud-runurl.conf.disabled
index f2140c32..3e2c46e0 100644
--- a/upstart/cloud-runurl.conf
+++ b/upstart/cloud-runurl.conf.disabled
@@ -5,7 +5,7 @@
description "Run runurl"
start on (cloud-config
- and local-filesystem
+ and local-filesystems
and net-device-ifup IFACE=eth0)
console output
task