mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Mv tmpfiles to own dir, update to match what kubernetes uses
It's just easier to package if we keep all the tmpfiles in one place (even though there is only one) All of the kube code uses /var/run/ not /run. Even though /var/run is a link to /run on all systemd systems, it makes sense to me to keep our codebase consistent.
This commit is contained in:
parent
d12f989e98
commit
25de2163fe
@ -1 +0,0 @@
|
||||
d /run/kubernetes 0755 kube kube -
|
1
contrib/init/systemd/tmpfiles.d/kubernetes.conf
Normal file
1
contrib/init/systemd/tmpfiles.d/kubernetes.conf
Normal file
@ -0,0 +1 @@
|
||||
d /var/run/kubernetes 0755 kube kube -
|
Loading…
Reference in New Issue
Block a user