Browse Source

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

git.mgm/mediaproxy-ng/mr3.2.2
Andrew Pogrebennyk 12 years ago
parent
commit
651d7ec5a2
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
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