blob: b280801b054574094a600e853b37157df0e9822f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# ec2-apt-update - Update archive at boot time
#
# Update archive at boot
description "Update archive at boot"
start on (cloud-config
and local-filesystems
and net-device-up IFACE=eth0)
console output
task
# exec /usr/sbin/cloud-init-run --once ec2-apt-update ec2-apt-update
exec /usr/sbin/ec2-apt-update
|