93205ad docker-base: limit systemd-tmpfiles to /run/

Authored and Committed by dustymabe 6 years ago
    docker-base: limit systemd-tmpfiles to /run/
    
    In 96a6711 we added re-running systemd-tmpfiles to add files to /run
    on the root fs of the container. Here we'll limit where systemd-tmpfiles
    puts files by passing it --prefix /var and --prefix /var/run/
    
        
file modified
+1 -1