summaryrefslogtreecommitdiff
path: root/src/getty-generator
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-04-22 02:15:22 +0200
committerLennart Poettering <lennart@poettering.net>2012-04-22 02:41:18 +0200
commit337eebb936be1da1215535e866965ce54c82d755 (patch)
tree11d15c0122530be710b34c5cc1ce06c0d987cf4d /src/getty-generator
parentcc1368e3b3585ab822d76e00945ed4c064047530 (diff)
container: spawn a getty instead of a sulogin in a container
Diffstat (limited to 'src/getty-generator')
-rw-r--r--src/getty-generator/getty-generator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getty-generator/getty-generator.c b/src/getty-generator/getty-generator.c
index 58ad8a6635..13dca7d1b0 100644
--- a/src/getty-generator/getty-generator.c
+++ b/src/getty-generator/getty-generator.c
@@ -116,7 +116,7 @@ int main(int argc, char *argv[]) {
if (detect_container(NULL) > 0) {
log_debug("Automatically adding console shell.");
- if (add_symlink("console-shell.service", "console-shell.service") < 0)
+ if (add_symlink("console-getty.service", "console-getty.service") < 0)
r = EXIT_FAILURE;
/* Don't add any further magic if we are in a container */