mirror of
https://github.com/systemd/systemd.git
synced 2025-02-04 21:47:31 +03:00
main: fix reexec
This commit is contained in:
parent
1d6702e8d3
commit
7aaa27f219
@ -1036,8 +1036,8 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
for (j = 1; j < argc; j++)
|
||||
if (streq(argv[j], "--deserialize")) {
|
||||
break;
|
||||
is_reexec = true;
|
||||
break;
|
||||
}
|
||||
|
||||
/* If we get started via the /sbin/init symlink then we are
|
||||
|
Loading…
x
Reference in New Issue
Block a user