Browse Source

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
commit
074f5bf9f1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      debian/ngcp-mediaproxy-ng-kernel-dkms.postinst

+ 1
- 1
debian/ngcp-mediaproxy-ng-kernel-dkms.postinst View File

@ -19,7 +19,7 @@ if [ "$1" = 'configure' ] ; then
# try to start the daemon # try to start the daemon
if [ -x /etc/init.d/ngcp-mediaproxy-ng-daemon ] ; then 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
fi fi


Loading…
Cancel
Save