1
description "Windows Azure Linux agent"
2
author "Ben Howard <ben.howard@canonical.com>"
4
start on runlevel [2345]
5
stop on runlevel [!2345]
9
[ -r /etc/default/walinuxagent ] && . /etc/default/walinuxagent
11
if [ "$WALINUXAGENT_ENABLED" != "1" ]; then
15
if [ ! -x /usr/sbin/waagent ]; then
24
exec /usr/sbin/waagent -daemon