Skip to content
/ tmpfilesd Public

A re-implementation of tmpfilesd outwith systemd for Linux like operating systems.

License

Notifications You must be signed in to change notification settings

juur/tmpfilesd

Repository files navigation

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