Searched refs:container_ttys (Results 1 - 1 of 1) sorted by relevance

/systemd/src/getty-generator/
H A Dgetty-generator.c147 _cleanup_free_ char *container_ttys = NULL; local
154 /* When $container_ttys is set for PID 1, spawn
158 r = getenv_for_pid(1, "container_ttys", &container_ttys);
163 FOREACH_WORD(word, l, container_ttys, state) {

Completed in 544 milliseconds