d0509caf9e
Apparently new KDE doesn't call pm-suspend anymore, instead use systemd suspend logic. So hook our scripts also there.
17 lines
478 B
Desktop File
17 lines
478 B
Desktop File
[Unit]
|
|
Description=Qubes suspend hooks
|
|
Before=sleep.target
|
|
StopWhenUnneeded=yes
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
StandardOutput=syslog
|
|
ExecStartPre=/usr/lib64/pm-utils/sleep.d/51qubes-suspend-netvm suspend suspend
|
|
ExecStart=/usr/lib64/pm-utils/sleep.d/52qubes-pause-vms suspend suspend
|
|
ExecStop=/usr/lib64/pm-utils/sleep.d/52qubes-pause-vms resume suspend
|
|
ExecStopPost=/usr/lib64/pm-utils/sleep.d/51qubes-suspend-netvm resume suspend
|
|
|
|
[Install]
|
|
WantedBy=sleep.target
|