From ad3f9dcc42d2d4e643a3acbc5005324623ebd54c Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 22 Sep 2025 19:14:31 +0200 Subject: combine init and run scripts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- dirs.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'dirs.conf') diff --git a/dirs.conf b/dirs.conf index 8f5894d..b7eb11a 100644 --- a/dirs.conf +++ b/dirs.conf @@ -1,6 +1,5 @@ -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" - +STATE_DIR="${XDG_CONFIG_HOME}/s6-rc" +LIVE_DIR="${XDG_RUNTIME_DIR}/s6-rc" +SCAN_DIR="${XDG_RUNTIME_DIR}/service" SOURCE_DIR="${STATEDIR}/src" COMPILED_DIR="${STATEDIR}/compiled" -- cgit 1.4.1