in reply to Win32::Daemon - interactive
I tried adding a key service_type => [various integers] but all my guesses have failed. Anyone got the "straight dope"?
So you literally tried an array of various integers?
Try int | int | int | int
service_type => ... SERVICE_WIN32_OWN_PROCESS | SERVICE_INTERACTIVE_PR +OCESS
|
|---|