aboutsummaryrefslogtreecommitdiffstats
path: root/debian/sitesummary-client.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/sitesummary-client.postinst')
-rw-r--r--debian/sitesummary-client.postinst5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/sitesummary-client.postinst b/debian/sitesummary-client.postinst
index 0ad7cc0..55614c5 100644
--- a/debian/sitesummary-client.postinst
+++ b/debian/sitesummary-client.postinst
@@ -104,4 +104,9 @@ then
rm -f /etc/cron.d/sitesummary-client
fi
+# Make sure changes to the NRPE configuration take effect right away
+if [ -x /etc/init.d/nagios-nrpe-server ] ; then
+ invoke-rc.d nagios-nrpe-server restart
+fi
+
#DEBHELPER#