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:
Eric Paris 2015-03-11 14:11:46 -04:00
parent d12f989e98
commit 25de2163fe
2 changed files with 1 additions and 1 deletions

View File

@ -1 +0,0 @@
d /run/kubernetes 0755 kube kube -

View File

@ -0,0 +1 @@
d /var/run/kubernetes 0755 kube kube -