X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autoscripts%2Fpostinst-init;h=2430b2c0fc41e33e7cd4111a1f0e39c9a0054404;hb=209b73bdec276031fe2f67217483e32a18c3b267;hp=051f77474c40adc46ec12d7c32046ed70a31845c;hpb=1f33258d1a687b64d7252fc144c2dd5530740272;p=debhelper.git diff --git a/autoscripts/postinst-init b/autoscripts/postinst-init index 051f774..2430b2c 100644 --- a/autoscripts/postinst-init +++ b/autoscripts/postinst-init @@ -1,4 +1,4 @@ if [ -x "/etc/init.d/#SCRIPT#" ]; then update-rc.d #SCRIPT# #INITPARMS# >/dev/null - /etc/init.d/#SCRIPT# start + invoke-rc.d #SCRIPT# start || #ERROR_HANDLER# fi