Restart authentic2 in postinst

This commit is contained in:
Benjamin Dauvergne 2014-11-27 17:54:20 +01:00
parent 2f6b98367f
commit b1bc3637a0
1 changed files with 2 additions and 0 deletions

View File

@ -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