diff options
Diffstat (limited to 'upstart/ec2-runurl.conf')
-rw-r--r-- | upstart/ec2-runurl.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/upstart/ec2-runurl.conf b/upstart/ec2-runurl.conf new file mode 100644 index 00000000..28249f8d --- /dev/null +++ b/upstart/ec2-runurl.conf @@ -0,0 +1,13 @@ +# ec2-runurl - Run runurl at boot +# +# Runurl at boot + +description "Run runurl" + +start on (cloud-config + and local-filesystem + and net-device-ifup IFACE=eth0) +console output +task + +exec /usr/sbin/ec2-runurl |