summarylogtreecommitdiffstats
path: root/walinuxagent.install
diff options
context:
space:
mode:
authorMatMoul2018-12-12 22:11:56 +0100
committerMatMoul2018-12-12 22:11:56 +0100
commit8d9a880ae52bfebfc94330fe498d86f64fe4a82c (patch)
tree41cc1c548e0c1cecf8e67c633361089c95b30309 /walinuxagent.install
parentb29a2e5a559dba9bda4ef63de57bbaaed596cfe9 (diff)
downloadaur-8d9a880ae52bfebfc94330fe498d86f64fe4a82c.tar.gz
New version
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
}