telinitsystemdDeveloperLennartPoetteringlennart@poettering.nettelinit8telinitChange SysV runleveltelinit OPTIONSCOMMANDDescriptiontelinit may be used to change the SysV
system runlevel. Since the concept of SysV runlevels is obsolete
the runlevel requests will be transparently translated into
systemd unit activation requests.OptionsThe following options are understood:Do not send wall message before
reboot/halt/power-off.The following commands are understood:0Power-off the machine. This is translated into
an activation request for poweroff.target
and is equivalent to systemctl
poweroff.6Reboot the machine. This is translated into an
activation request for reboot.target and
is equivalent to systemctl
reboot.2345Change the SysV runlevel. This is translated
into an activation request for
runlevel2.target,
runlevel3.target, … and is equivalent
to systemctl isolate runlevel2.target,
systemctl isolate runlevel3.target,
…1sSChange into system rescue mode. This is
translated into an activation request for
rescue.target and is equivalent to
systemctl rescue.qQReload daemon configuration. This is
equivalent to systemctl
daemon-reload.uUSerialize state, reexecute daemon and
deserialize state again. This is equivalent to
systemctl daemon-reexec.Exit statusOn success, 0 is returned, a non-zero failure
code otherwise.NotesThis is a legacy command available for compatibility only.
It should not be used anymore, as the concept of runlevels is
obsolete.See Alsosystemd1,
systemctl1,
wall1