summarylogtreecommitdiffstats
path: root/walinuxagent.install
blob: 60ce0263855c82d23802795a1929d8aff24dbcfd (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}