From 78e1a5e6df2cbd4e4dafb15d18345ab94825e317 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 22 Sep 2025 18:36:58 +0200 Subject: initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- dirs.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dirs.conf (limited to 'dirs.conf') diff --git a/dirs.conf b/dirs.conf new file mode 100644 index 0000000..8f5894d --- /dev/null +++ b/dirs.conf @@ -0,0 +1,6 @@ +STATE_DIR=/etc/s6-rc" # "${XDG_CONFIG_HOME}/s6-rc" +LIVE_DIR=/run/s6-rc # "${XDG_RUNTIME_DIR}/s6-rc" +SCAN_DIR=/run/service # "${XDG_RUNTIME_DIR}/service" + +SOURCE_DIR="${STATEDIR}/src" +COMPILED_DIR="${STATEDIR}/compiled" -- cgit 1.4.1