| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
The license that is immediately above is properly punctuated and it looks
sloppy when our line below isn't.
|
|
|
|
|
|
|
|
|
| |
packages, and should be removed on package removal
(This excludes any dirs that contain resources placed there by the user)
(I also didn't bother marking resources belonging to components that are
really not optional for us)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Then, this introduces systemd-networkd-persistent-storage.service.
systemd-networkd.service is an early starting service. So, at the time
it is started, the persistent storage for the service may not be ready,
and we cannot use StateDirectory=systemd/network in
systemd-networkd.service.
The newly added systemd-networkd-persistent-storage.service creates the
state directory for networkd, and notify systemd-networkd that the
directory is usable.
|
|
|
|
|
| |
Now LLDP neighbors are exposed through varlink. Hence, it is not
necessary to save to a file.
|
|
Many distributions ship systemd-networkd as a separate file so we
need to be able to ship the tmpfiles networkd entries as part of
that separate networkd package. Let's split the networkd entries
into a separate file to make that possible.
|