tmpfilesd
is a replacement for systemd-tmpfiles
that does not require systemd and includes support for sysvinit style enviroments
From source:
./configure && make
From the source, for RHEL/CentOS:
./configure && make dist && rpmbuild -ta tmpfilesd*.tar.gz
Uses some code from https://github.com/troglobit/libite, specifically: mkpath()
.