summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-init
blob: 2430b2c0fc41e33e7cd4111a1f0e39c9a0054404 (plain)
1
2
3
4
if [ -x "/etc/init.d/#SCRIPT#" ]; then
	update-rc.d #SCRIPT# #INITPARMS# >/dev/null
	invoke-rc.d #SCRIPT# start || #ERROR_HANDLER#
fi