description "juju machine-1-lxc-3 agent"
author "Juju Team <juju@lists.ubuntu.com>"
start on runlevel [2345]
stop on runlevel [!2345]
respawn
normal exit 0
limit nofile 20000 20000
script
# Ensure log files are properly protected
touch /var/log/juju/machine-1-lxc-3.log
chown syslog:syslog /var/log/juju/machine-1-lxc-3.log
chmod 0600 /var/log/juju/machine-1-lxc-3.log
exec /var/lib/juju/tools/machine-1-lxc-3/jujud machine --data-dir '/var/lib/juju' --machine-id 1/lxc/3 --debug >> /var/log/juju/machine-1-lxc-3.log 2>&1
end script