From b1bc3637a08e38156101f3e3c58121d6252d0f5e Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 27 Nov 2014 17:54:20 +0100 Subject: [PATCH] Restart authentic2 in postinst --- postinst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/postinst b/postinst index a7c50fe..d89d591 100644 --- a/postinst +++ b/postinst @@ -5,3 +5,5 @@ if [ ! -f /etc/default/authentic2 ]; then elif ! grep -q supann.conf /etc/default/authentic2 2>/dev/null; then echo '. /etc/authentic2/supann.conf' >>/etc/default/authentic2 fi + +invoke-rc.d authentic2 restart