summarylogtreecommitdiffstats
path: root/walinuxagent.install
diff options
context:
space:
mode:
Diffstat (limited to 'walinuxagent.install')
-rw-r--r--walinuxagent.install6
1 files changed, 2 insertions, 4 deletions
diff --git a/walinuxagent.install b/walinuxagent.install
index 2d064be6cd0c..1dc175988539 100644
--- a/walinuxagent.install
+++ b/walinuxagent.install
@@ -1,13 +1,11 @@
post_install() {
systemctl daemon-reload
- echo "You can enable systemd unit waagent with the next command :"
+ echo "Enable waagent systemd unit :"
echo "systemctl enable waagent"
- echo "And you can enable systemd unit waagent with the next command :"
+ echo "Start waagent systemd unit :"
echo "systemctl start waagent"
}
-## arg 1: the new package version
-## arg 2: the old package version
post_upgrade() {
systemctl daemon-reload
systemctl restart waagent