diff --git a/Userland/Services/SystemServer/main.cpp b/Userland/Services/SystemServer/main.cpp index 19553df987..17e52b9daa 100644 --- a/Userland/Services/SystemServer/main.cpp +++ b/Userland/Services/SystemServer/main.cpp @@ -153,6 +153,8 @@ static void prepare_devfs() if (rc < 0) { VERIFY_NOT_REACHED(); } + + endgrent(); } static void mount_all_filesystems()