summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--waagent7
1 files changed, 2 insertions, 5 deletions
diff --git a/waagent b/waagent
index 9ab05c0..ab42009 100644
--- a/waagent
+++ b/waagent
@@ -2242,11 +2242,8 @@ def Install():
Warn("Moved " + a + " -> " + LibDir + "/" + GetLastPathElement(a) )
if IsUbuntu():
- # Support for Ubuntu's upstart configuration
- filename="waagent.conf"
- filepath = "/etc/init/" + filename
- SetFileContents(filepath, Init_Ubuntu)
- os.chmod(filepath, 0644)
+ # Use the Ubuntu packaged upstart job.
+ Log("Using Ubuntu packaged upstart job. Skipping upstart installation")
else:
# Regular init.d configurations