summarylogtreecommitdiffstats
path: root/rbldnsd.install
diff options
context:
space:
mode:
Diffstat (limited to 'rbldnsd.install')
-rw-r--r--rbldnsd.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/rbldnsd.install b/rbldnsd.install
new file mode 100644
index 000000000000..ed110cd63e05
--- /dev/null
+++ b/rbldnsd.install
@@ -0,0 +1,19 @@
+
+post_install()
+{
+ echo ""
+ echo "To start rbldnsd, run: systemctl start rbldnsd"
+ echo "To enable rbldnsd at boot, run: systemctl enable rbldnsd"
+ echo ""
+}
+
+post_upgrade()
+{
+ systemctl daemon-reload
+}
+
+pre_remove()
+{
+ systemctl disable --now rbldnsd
+}
+