summaryrefslogtreecommitdiff
path: root/upstart/ec2-update-software.conf
blob: ee3131d1e8ed97b1a49a7931a8f314a5a8e63764 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# ec2-software-update - Update software at boot
#
# Update software at boot

description "Update software at boot"

start on (cloud-config
	and local-filesystem
	and net-device-iup IFACE=eth0)
console output

exec /usr/sbin/ec2-update-software