From 074f5bf9f18cd3f067cb665648b987af9da0efc6 Mon Sep 17 00:00:00 2001 From: Andrew Pogrebennyk Date: Tue, 8 Apr 2014 15:21:37 +0200 Subject: [PATCH] MT#6631 restart the daemon in postinst to ensure kernel support is enabled. (cherry picked from commit 651d7ec5a2c4e262769200929057a942281ce727) --- debian/ngcp-mediaproxy-ng-kernel-dkms.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/ngcp-mediaproxy-ng-kernel-dkms.postinst b/debian/ngcp-mediaproxy-ng-kernel-dkms.postinst index 66de7230c..e3500de2c 100644 --- a/debian/ngcp-mediaproxy-ng-kernel-dkms.postinst +++ b/debian/ngcp-mediaproxy-ng-kernel-dkms.postinst @@ -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