mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
s/just//g
This commit is contained in:
parent
343d8fdf91
commit
c0f7db636f
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue