reorder systemd files

This commit is contained in:
Tobias Powalowski 2023-11-08 13:57:00 +01:00
parent e40d8ea4b1
commit b6e72bc12f

View file

@ -132,8 +132,9 @@ inputrc,mke2fs.conf,nsswitch.conf,protocols,request-key.conf,securetty,services}
_symlink "/etc/systemd/system/${i}.target" /dev/null _symlink "/etc/systemd/system/${i}.target" /dev/null
done done
### disable systemd services: ### disable systemd services:
for i in hwdb-update firstboot machine-id-commit modules-load pcrmachine binfmt boot-random-seed repart \ for i in binfmt boot-random-seed firstboot hwdb-update journal-{flush,catalog-update} \
pcrphase pcrphase-sysinit update-{done,utmp} user-sessions journal-{flush,catalog-update}; do machine-id-commit modules-load pcrmachine repart pcrphase{,-sysinit} \
update-{done,utmp} user-sessions; do
_symlink "/etc/systemd/system/systemd-${i}.service" /dev/null _symlink "/etc/systemd/system/systemd-${i}.service" /dev/null
done done
_symlink /etc/systemd/system/ldconfig.service /dev/null _symlink /etc/systemd/system/ldconfig.service /dev/null