diff options
| author | Robert Günzler <r@gnzler.io> | 2025-09-22 19:52:03 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2025-09-22 19:53:59 +0200 |
| commit | ded78d4e64f8aedc88ad1cad26ee7a1bcf531cb7 (patch) | |
| tree | 611459ad52b3aeeb9687e6c39ea7d20be2424704 /dirs.conf | |
| parent | 0e1acdfd6dd48a3721b42cf1b168bd79f45051f2 (diff) | |
drop the need to have a dirs.conf
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '')
| -rw-r--r-- | dirs.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dirs.conf b/dirs.conf deleted file mode 100644 index b7eb11a..0000000 --- a/dirs.conf +++ /dev/null @@ -1,5 +0,0 @@ -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" |