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: about 1 year 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T18:53:50.000Z (about 2 years ago)
- Last Synced: 2024-05-22T19:56:46.719Z (about 2 years 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
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()`.

