diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/s6-rc/s6rc-constants.h | 2 |
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 |