#!/bin/sh # Begin section update-rc.d if type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT systemd-udevd start 03 S . fi # End section update-rc.d