On Monday, 1 May 2023 20:40:11 CEST Rusty Grove wrote:
> The script is something I did

Can you test without that script then?
IMO the proper way to deal with suspend/resume should be done by the system/
kernel and it *could* be that your script is actually interfering with that.

> I'm not quite sure what you mean by the sequence being in reverse...

if you do in pre:
unload A
unload B

Then you should do in post:
load B
load A

but your script did
load A
load B

HTH

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to