summaryrefslogtreecommitdiffstats
path: root/configd/src/apps/su/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'configd/src/apps/su/main.cpp')
-rw-r--r--configd/src/apps/su/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/configd/src/apps/su/main.cpp b/configd/src/apps/su/main.cpp
index c1cebd56c29..ceecc71ae5a 100644
--- a/configd/src/apps/su/main.cpp
+++ b/configd/src/apps/su/main.cpp
@@ -18,7 +18,7 @@ int main(int argc, char** argv)
}
const char *username = getenv("VESPA_USER");
if (username == nullptr) {
- username = "yahoo";
+ username = "vespa";
}
struct passwd *p = getpwnam(username);
if (p == nullptr) {