Merge pull request #67487 from dasJ/suspend-then-hibernate

nixos/systemd: Add suspend-then-hibernate units
This commit is contained in:
Peter Hoeg 2019-08-28 17:29:17 +08:00 committed by GitHub
commit 73701a7a05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,11 +112,13 @@ let
# Hibernate / suspend. # Hibernate / suspend.
"hibernate.target" "hibernate.target"
"suspend.target" "suspend.target"
"suspend-then-hibernate.target"
"sleep.target" "sleep.target"
"hybrid-sleep.target" "hybrid-sleep.target"
"systemd-hibernate.service" "systemd-hibernate.service"
"systemd-hybrid-sleep.service" "systemd-hybrid-sleep.service"
"systemd-suspend.service" "systemd-suspend.service"
"systemd-suspend-then-hibernate.service"
# Reboot stuff. # Reboot stuff.
"reboot.target" "reboot.target"