s/just//g

This commit is contained in:
Wesley Moore 2023-12-19 08:16:20 +10:00
parent 343d8fdf91
commit c0f7db636f

View file

@ -404,7 +404,7 @@ scripts:
As you can see this not super pretty and the "pre-install" & "pre-upgrade" scripts are As you can see this not super pretty and the "pre-install" & "pre-upgrade" scripts are
duplicated. duplicated.
Enter `systemd-sysusers`. Now the `chrony` package just includes a file Enter `systemd-sysusers`. Now the `chrony` package includes a file
`sysusers.conf`, which is installed into `/usr/lib/sysusers.d/chrony.conf` when the package `sysusers.conf`, which is installed into `/usr/lib/sysusers.d/chrony.conf` when the package
is installed: is installed:
@ -426,7 +426,7 @@ trigger is run whenever `/usr/lib/syusers.d` or `/usr/lib/tmpfiles.d` changes
(`systemd-tmpfiles` is a story for another day). (`systemd-tmpfiles` is a story for another day).
As far as the `systemd-sysusers` part of the trigger script is concerned it As far as the `systemd-sysusers` part of the trigger script is concerned it
just runs `/usr/bin/systemd-sysusers`, which uses the declarative contents of runs `/usr/bin/systemd-sysusers`, which uses the declarative contents of
`/usr/lib/syusers.d` to determine what system users and groups should exist and `/usr/lib/syusers.d` to determine what system users and groups should exist and
be active, then makes changes as needed. be active, then makes changes as needed.