Re: [python-win32] win32 service not receiving shutdown notification on reboot

2005-12-02 Thread Ralf Schmitt
Ralf Schmitt wrote: > Hi all, > > I use the attached program to start a win32 service. > Stopping the service using the service manager works fine, but when I > reboot the machine, the service just seems to be killed, without > SvcStop/SvcShutdown being called (i.e. it never prints "DONE" on reb

Re: [python-win32] win32 service not receiving shutdown notification on reboot

2005-12-01 Thread Ralf Schmitt
Tim Roberts schrieb: >On Wed, 30 Nov 2005 17:41:32 +0100, Ralf Schmitt <[EMAIL PROTECTED]> > > > >>I use the attached program to start a win32 service. >>Stopping the service using the service manager works fine, but when I >>reboot the machine, the service just seems to be killed, without >>S

[python-win32] win32 service not receiving shutdown notification on reboot

2005-12-01 Thread Tim Roberts
On Wed, 30 Nov 2005 17:41:32 +0100, Ralf Schmitt <[EMAIL PROTECTED]> >I use the attached program to start a win32 service. >Stopping the service using the service manager works fine, but when I >reboot the machine, the service just seems to be killed, without >SvcStop/SvcShutdown being called (i

[python-win32] win32 service not receiving shutdown notification on reboot

2005-11-30 Thread Ralf Schmitt
Hi all, I use the attached program to start a win32 service. Stopping the service using the service manager works fine, but when I reboot the machine, the service just seems to be killed, without SvcStop/SvcShutdown being called (i.e. it never prints "DONE" on reboot). Tested on w2k using python