blob: 3e2c46e0779c66cebb1e69538a35c4287ac2d5a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# ec2-runurl - Run runurl at boot
#
# Runurl at boot
description "Run runurl"
start on (cloud-config
and local-filesystems
and net-device-ifup IFACE=eth0)
console output
task
exec cloud-init-cfg runurl
|