Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# opentmpfiles
This is a standalone utility written to process systemd-style tmpfiles.d
files so that they can be handled on systems with or without systemd
installed.

Since systemd-tmpfiles is a single binary which can be compiled and run
without systemd, we have decided to retire this project.
For more information see the related [issue](https://github.com/OpenRC/opentmpfiles/issues/19).
For more information on the files this utility can process, see the
tmpfiles.d man page [1].

[![Build Status](https://travis-ci.org/OpenRC/opentmpfiles.svg?branch=master)](https://travis-ci.org/OpenRC/opentmpfiles)
[1] https://www.freedesktop.org/software/systemd/man/tmpfiles.d.html
Loading