search for: 968429c

Displaying 1 result from an estimated 1 matches for "968429c".

2017 Mar 10
1
[PATCH] appliance: run systemd-tmpfiles also for /var/run
...he cases, there are few tmpfiles configurations that still references /var/run instead of /run. As result, include also /var/run in the systemd-tmpfiles execution. --- appliance/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appliance/init b/appliance/init index b951857..968429c 100755 --- a/appliance/init +++ b/appliance/init @@ -90,7 +90,7 @@ machine_id=$(dd if=/dev/urandom bs=16 count=1 status=none | od -x -A n) echo "${machine_id// /}" > /etc/machine-id # Set up tmpfiles (must run after kmod.conf is created above). -systemd-tmpfiles --prefix=/dev --pre...