mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-18 04:42:47 +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
|
||||
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
|
||||
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).
|
||||
|
||||
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
|
||||
be active, then makes changes as needed.
|
||||
|
||||
|
|
Loading…
Reference in a new issue