telinit
Change SysV runlevel. Since the concept SysV runlevels is obsolete the runlevel requests will be transparently translated into systemd unit activation requests. More information: <https://manned.org/telinit>.
RUN apt-get update && \
apt-get install -y sysvinit
RUN apt-get update && \
apt-get install -y upstart-sysv
RUN pacman -S --noconfirm systemd-sysvcompat
RUN apt-get update && \
apt-get install -y sysvinit-core
RUN yum install -y systemd
RUN dnf install -y systemd
RUN apt-get update && \
apt-get install -y upstart