summarylogtreecommitdiffstats
path: root/check_mk-agent.install
blob: 2ceec65afe0232257bc49568709945dc0fe00f03 (plain)
1
2
3
4
5
6
7
post_install() {
	systemctl restart xinetd.service
}
post_upgrade() {
	systemctl restart xinetd.service
}