diff options
Diffstat (limited to 'src/rc/runscript.c')
-rw-r--r-- | src/rc/runscript.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/runscript.c b/src/rc/runscript.c index a889e6a1..b0d6fca8 100644 --- a/src/rc/runscript.c +++ b/src/rc/runscript.c @@ -1129,7 +1129,7 @@ int runscript(int argc, char **argv) } setenv("EINFO_LOG", service, 1); - setenv("SVCNAME", applet, 1); + setenv("RC_SVCNAME", applet, 1); /* Set an env var so that we always know our pid regardless of any subshells the init script may create so that our mark_service_* |