Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juur/tmpfilesd

A re-implementation of tmpfilesd outwith systemd for Linux like operating systems.
https://github.com/juur/tmpfilesd

linux systemd sysvinit

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# tmpfilesd #

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

## Building ##

From source:

```bash
./configure && make
```

From the source, for RHEL/CentOS:

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

## References ##
Uses some code from , specifically: `mkpath()`.

![CodeQL](https://github.com/juur/tmpfilesd/actions/workflows/github-code-scanning/codeql/badge.svg)
![Build](https://github.com/juur/tmpfilesd/actions/workflows/c-cpp.yml/badge.svg)