Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 618 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 618 Bytes

tmpfilesd

About

tmpfilesd is a replacement for systemd-tmpfiles that does not require systemd and includes support for sysvinit style enviroments

Building

From source:

./configure && make

From the source, for RHEL/CentOS:

./configure && make dist && rpmbuild -ta tmpfilesd*.tar.gz

References

Uses some code from https://github.com/troglobit/libite, specifically: mkpath().

CodeQL Build