summarylogtreecommitdiffstats
path: root/walinuxagent.install
blob: 1dc17598853999ab1536361848466cbb0f8fb13e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
	systemctl daemon-reload
	echo "Enable waagent systemd unit :"
	echo "systemctl enable waagent"
	echo "Start waagent systemd unit :"
	echo "systemctl start waagent"
}

post_upgrade() {
	systemctl daemon-reload
	systemctl restart waagent
}