diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-09-13 17:24:20 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-09-15 19:44:05 +0200 |
commit | a859d0d378f7972b423fd4e16b6c9f0cd73c4f0f (patch) | |
tree | b584dfc42deef6ef1771ece490a8ab3ddd474161 /tmpfiles.d/systemd-network.conf | |
parent | tmpfiles: introduce an explicit line flag $ for enabling purge logic for a line (diff) | |
download | systemd-a859d0d378f7972b423fd4e16b6c9f0cd73c4f0f.tar.xz systemd-a859d0d378f7972b423fd4e16b6c9f0cd73c4f0f.zip |
tmpfiles.d: add $ flag to all lines which are clearly private to our 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)
Diffstat (limited to 'tmpfiles.d/systemd-network.conf')
-rw-r--r-- | tmpfiles.d/systemd-network.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tmpfiles.d/systemd-network.conf b/tmpfiles.d/systemd-network.conf index 323beca59c..5898e88de5 100644 --- a/tmpfiles.d/systemd-network.conf +++ b/tmpfiles.d/systemd-network.conf @@ -7,7 +7,7 @@ # See tmpfiles.d(5) for details -d /run/systemd/netif 0755 systemd-network systemd-network - -d /run/systemd/netif/links 0755 systemd-network systemd-network - -d /run/systemd/netif/leases 0755 systemd-network systemd-network - -d /var/lib/systemd/network 0755 systemd-network systemd-network - +d$ /run/systemd/netif 0755 systemd-network systemd-network - +d$ /run/systemd/netif/links 0755 systemd-network systemd-network - +d$ /run/systemd/netif/leases 0755 systemd-network systemd-network - +d$ /var/lib/systemd/network 0755 systemd-network systemd-network - |