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

exec cloud-init-cfg apt-update-upgrade