summaryrefslogtreecommitdiffstats
path: root/tmpfiles.d/systemd-network.conf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tmpfiles: add period at end of the sentenceZbigniew Jędrzejewski-Szmek10 days1-1/+1
| | | | | The license that is immediately above is properly punctuated and it looks sloppy when our line below isn't.
* tmpfiles.d: add $ flag to all lines which are clearly private to our ↵Lennart Poettering2024-09-151-4/+4
| | | | | | | | | 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)
* networkctl: introduce "persistent-storage" commandYu Watanabe2024-03-111-2/+3
| | | | | | | | | | | | | 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.
* network/lldp: do not save LLDP neighbors under /run/systemdYu Watanabe2024-03-011-1/+0
| | | | | Now LLDP neighbors are exposed through varlink. Hence, it is not necessary to save to a file.
* tmpfiles: Split networkd entries into a separate fileDaan De Meyer2022-05-031-0/+13
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.