1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-31 14:50:15 +03:00

main: freeze instead of exiting when run as init

This commit is contained in:
Lennart Poettering 2010-04-13 04:19:02 +02:00
parent 8c43883a68
commit c3b3c274cf

3
main.c
View File

@ -575,5 +575,8 @@ finish:
dbus_shutdown();
if (getpid() == 1)
freeze();
return retval;
}