diff options
Diffstat (limited to 'dirs.conf')
| -rw-r--r-- | dirs.conf | 6 |
1 files changed, 6 insertions, 0 deletions
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" |