diff options
| author | Robert Günzler <r@gnzler.io> | 2025-09-22 19:14:31 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2025-09-22 19:53:59 +0200 |
| commit | ad3f9dcc42d2d4e643a3acbc5005324623ebd54c (patch) | |
| tree | 6b45572ff943c0fed316158eab668c3220613f81 /dirs.conf | |
| parent | d709a2946b006bb6d8f1c4d1cc3b6169f46d4d8b (diff) | |
combine init and run scripts
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'dirs.conf')
| -rw-r--r-- | dirs.conf | 7 |
1 files changed, 3 insertions, 4 deletions
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" |