update-rc.d

Install and remove services which are System-V style init script links. Init scripts are in the /etc/init.d/. More information: <https://manned.org/update-rc.d>.

Debian Debian
RUN apt-get update && \ apt-get install -y init-system-helpers
Ubuntu
RUN apt-get update && \ apt-get install -y init-system-helpers
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y init-system-helpers
Raspbian
RUN apt-get update && \ apt-get install -y init-system-helpers
click the source code to copy install update-rc.d on any operating system with command-not-found.com