summarylogtreecommitdiffstats
path: root/rbldnsd-sync.install
blob: 4b60dd6b1eb0fd74e4f33899c01e6bd177d9ce4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

post_install()
{
	systemctl enable --now rbldnsd-sync.timer
	echo ""
	echo "Initialising DBLs"
	echo ""
	systemctl start rbldnsd-sync
}

post_upgrade()
{
	systemctl daemon-reload
}

pre_remove()
{
	systemctl disable --now rbldnsd-sync.timer
}