pub(crate) fn translate_to_tmpfiles_d( abs_path: &Path, meta: FileMeta, username: &str, groupname: &str, ) -> Result<String>
Translate a filepath entry to an equivalent tmpfiles.d line.