Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/juur/tmpfilesd
- Owner: juur
- License: mit
- Created: 2018-10-11T19:43:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T18:53:50.000Z (6 months ago)
- Last Synced: 2024-05-22T19:56:46.719Z (6 months ago)
- Topics: linux, systemd, sysvinit
- Language: C
- Homepage:
- Size: 101 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-systemd - tmpfilesd
- awesome-systemd - tmpfilesd
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)