]> git.ipfire.org Git - thirdparty/systemd.git/commit
units: pull in basic.target rather than sysinit.target from system-install.target
authorLennart Poettering <lennart@amutable.com>
Mon, 11 May 2026 15:17:35 +0000 (17:17 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 11 May 2026 21:34:28 +0000 (22:34 +0100)
commita19d92003d5703fce35bdd81ed7dce978fc814d1
treec5e8355c49bb97d9d969f5c2384fba2ed60ed647
parentf0064f1b05886e47d947cac8b18efd89c45ec47f
units: pull in basic.target rather than sysinit.target from system-install.target

Many of our services are nowadays implemented via socket activation, and
hence require sockets.target to be active to be accessible. One of them
is mute-console.socket, which we typically want to use from
systemd-firstboot.service, systemd-sysinstall.service and other related
services. Hence let's pull in basic.target rather than sysinit.target
from system-install.target since it pulls sockets.target in too.

Effectively, this doesn't change much except for pulling in a bunch more
sockets, and frankly going for sysinit.target was really a bug to begin
width.
units/system-install.target