chkconfig

Manage the runlevel of services on CentOS 6. More information: <https://manned.org/chkconfig>.

Debian Debian
RUN apt-get update && \ apt-get install -y chkconfig
CentOS
RUN yum install -y chkconfig
Fedora
RUN dnf install -y chkconfig
Raspbian
RUN apt-get update && \ apt-get install -y chkconfig
click the source code to copy install chkconfig on any operating system with command-not-found.com