aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s6-frontend/s6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s6-frontend/s6.c b/src/s6-frontend/s6.c
index 8777b8d..0e49885 100644
--- a/src/s6-frontend/s6.c
+++ b/src/s6-frontend/s6.c
@@ -10,7 +10,7 @@
int main (int argc, char const *const *argv)
{
- char const *conffile = getenv("S6_FRONTEND_CONF") ;
+ char const *conffile = getenv("S6_CONF") ;
PROG = "s6" ;
if (!conffile) conffile = S6_FRONTEND_CONF ;
if (!argc--) strerr_dief1x(103, "invalid argc/argv") ;