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