mirror of
https://github.com/systemd/systemd.git
synced 2025-03-21 02:50:18 +03:00
logind: remember to remove '/run/systemd/shutdown/scheduled'
This commit is contained in:
parent
521d3679c1
commit
cbc373502f
@ -1496,6 +1496,7 @@ static void reset_scheduled_shutdown(Manager *m) {
|
||||
(void) unlink("/run/nologin");
|
||||
m->unlink_nologin = false;
|
||||
}
|
||||
(void) unlink("/run/systemd/shutdown/scheduled");
|
||||
}
|
||||
|
||||
static int execute_shutdown_or_sleep(
|
||||
|
Loading…
x
Reference in New Issue
Block a user