service
Manage services by running init scripts. The full script path should be omitted (/etc/init.d/ is assumed). More information: <https://manned.org/service>.
RUN apt-get update && \
apt-get install -y sysvinit-utils
RUN apt-get update && \
apt-get install -y sysvinit-utils
RUN apt-get update && \
apt-get install -y init-system-helpers
RUN yum install -y initscripts
RUN dnf install -y initscripts
RUN apt-get update && \
apt-get install -y sysvinit-utils