MT#6631 restart the daemon in postinst to ensure kernel support is enabled.

(cherry picked from commit 651d7ec5a2)
git.mgm/mediaproxy-ng/2.3
Andrew Pogrebennyk 12 years ago
parent 4b43aa871b
commit 074f5bf9f1

@ -19,7 +19,7 @@ if [ "$1" = 'configure' ] ; then
# try to start the daemon
if [ -x /etc/init.d/ngcp-mediaproxy-ng-daemon ] ; then
invoke-rc.d ngcp-mediaproxy-ng-daemon start || true
invoke-rc.d ngcp-mediaproxy-ng-daemon restart || true
fi
fi

Loading…
Cancel
Save