summarylogtreecommitdiffstats
path: root/mandb-ondemand.install
blob: d2d306d1a621c6bc275b696667c4b7501b7e9323 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	systemctl start mandb-ondemand.path
	systemctl start mandb-ondemand-purge.path
}

pre_remove() {
	systemctl stop mandb-ondemand.path
	systemctl stop mandb-ondemand-purge.path
}