mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
do not activate hybrid-sleep during config switches
This commit is contained in:
parent
e45e62e078
commit
388f1d48fb
@ -136,7 +136,7 @@ while (my ($unit, $state) = each %{$activePrev}) {
|
|||||||
# swap devices). FIXME: the suspend target is sometimes
|
# swap devices). FIXME: the suspend target is sometimes
|
||||||
# active after the system has resumed, which probably
|
# active after the system has resumed, which probably
|
||||||
# should not be the case. Just ignore it.
|
# should not be the case. Just ignore it.
|
||||||
if ($unit ne "suspend.target" && $unit ne "hibernate.target") {
|
if ($unit ne "suspend.target" && $unit ne "hibernate.target" && $unit ne "hybrid-sleep.target") {
|
||||||
unless (boolIsTrue($unitInfo->{'RefuseManualStart'} // "no")) {
|
unless (boolIsTrue($unitInfo->{'RefuseManualStart'} // "no")) {
|
||||||
write_file($startListFile, { append => 1 }, "$unit\n");
|
write_file($startListFile, { append => 1 }, "$unit\n");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user