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