summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-06-17 11:06:25 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-06-17 11:06:25 +0000
commit2b3e2bb2d4c5fb0185a42b50354278fea97aa817 (patch)
tree7cf9a000ad4c3372244e2e9360ce394c3fcae2d8 /src
parent115ed6a484b5930de2ef7d61e98b43934c6040de (diff)
downloads6-rc-2b3e2bb2d4c5fb0185a42b50354278fea97aa817.tar.xz
Change default live to /run/s6-rc
Diffstat (limited to 'src')
-rw-r--r--src/include/s6-rc/s6rc-constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/s6-rc/s6rc-constants.h b/src/include/s6-rc/s6rc-constants.h
index 50217c9..92af2a9 100644
--- a/src/include/s6-rc/s6rc-constants.h
+++ b/src/include/s6-rc/s6rc-constants.h
@@ -4,7 +4,7 @@
#define S6RC_CONSTANTS_H
#define S6RC_COMPILED_BASE "/etc/s6-rc/compiled"
-#define S6RC_LIVE_BASE "/s6/s6-rc"
+#define S6RC_LIVE_BASE "/run/s6-rc"
#define S6RC_COMPILED_DIR_LEN 32