summarylogtreecommitdiffstats
path: root/piaware-git.install
blob: 5d16f782b8154c65f8bea9fd9f333d1ec82cdfd0 (plain)
1
2
3
4
5
6
7
8
post_install() {
	systemctl enable piaware
}

pre_remove() {
	systemctl stop piaware
	systemctl disable piaware
}