|
whodwho,
Is there a way to disable your "suspend after app exits" modification? I just want Interceptor to deny the suspend and not have it resume it later.
I tried changing 'SUSPEND_TYPE=' to blank, which appears to do what I want, but afterwards, Interceptor becomes 'Inactive', which then allows another suspend request to go through.
I do have:
RESETAFTERTIME=TRUE
RESETTIME=5
which should make it re-activate itself after 5 seconds, but I guess somehow it's waiting for a resume first. I suppose one workaround is to have the suspend script restart interceptor, which will make it active again.
|