summarylogtreecommitdiffstats
path: root/zsnapd.install
blob: f1dc1a978a837ba25b6f9529ae8552bc0a750e93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
	systemctl daemon-reload
}

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

pre_remove() {
	systemctl disable zsnapd
}

post_remove() {
	systemctl daemon-reload
}