pub fn var_to_tmpfiles<U: Users, G: Groups>(
rootfs: &Dir,
users: &U,
groups: &G,
) -> Result<TmpfilesWrittenResult>Expand description
Translate the content of /var underneath the target root to use tmpfiles.d.
pub fn var_to_tmpfiles<U: Users, G: Groups>(
rootfs: &Dir,
users: &U,
groups: &G,
) -> Result<TmpfilesWrittenResult>Translate the content of /var underneath the target root to use tmpfiles.d.