summaryrefslogtreecommitdiff
path: root/upstart/cloud-apt-update-upgrade.conf
blob: a5060f692f12f9fafb384e6c8bce04cc01eb1342 (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-up IFACE=eth0)
console output

exec cloud-init-cfg apt-update-upgrade