diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-09-15 09:40:29 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-09-15 09:40:29 -0400 |
commit | 6093b8b2733814b9265494c47f4268167c9491ab (patch) | |
tree | 6861f11ad12c2719480ff0f887aedafd75eb4466 | |
parent | f5be74dc84aac7bb9a634e5518f5aac6ae80098a (diff) | |
download | vyos-cloud-init-6093b8b2733814b9265494c47f4268167c9491ab.tar.gz vyos-cloud-init-6093b8b2733814b9265494c47f4268167c9491ab.zip |
cloud-init-blocknet: remove debug code going to /run/cloud-init-blocknet
-rw-r--r-- | upstart/cloud-init-blocknet.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/upstart/cloud-init-blocknet.conf b/upstart/cloud-init-blocknet.conf index dd4f1798..be09e7d8 100644 --- a/upstart/cloud-init-blocknet.conf +++ b/upstart/cloud-init-blocknet.conf @@ -15,7 +15,6 @@ task script set +e # you cannot trap TERM reliably with 'set -e' SLEEP_CHILD="" - LOG="/run/${UPSTART_JOB}.log" static_network_up() { local emitted="/run/network/static-network-up-emitted" @@ -30,7 +29,6 @@ script read uptime idle < /proc/uptime fi msg="${UPSTART_INSTANCE}${uptime:+[${uptime}]}: $*" - echo "$msg" >> "$LOG" echo "$msg" } |