jasonrm / systemd-tmpfiles

A limited and simple implementation of systemd-tmpfiles in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

A limited and simple implementation of systemd-tmpfiles in Rust.

Only supports the d type in configuration files for creation of directories.

User, group, and mode are not set/supported. Neither is cleaning up of files.

--prefix <prefix> is supported, and the main use case I have where I'm taking a tmpfiles.conf file from a NixOS derivation and want to create the paths outside systemd (in my case on macOS).

Reference

About

A limited and simple implementation of systemd-tmpfiles in Rust

License:MIT License


Languages

Language:Rust 87.5%Language:Nix 12.5%