Re: services on linux

2005-09-20 Thread Timothy Smith
Martin Franklin wrote: >Christoph Haas wrote: > > >>On Tue, Sep 20, 2005 at 02:57:26AM -0500, pt python wrote: >> >> >> >>>im moving from the windows world to the linux world and i need to make >>>a python script to see if a service is instaled (ex: apache), if it is >>>running or stoped and

Re: services on linux

2005-09-20 Thread Martin Franklin
Christoph Haas wrote: > On Tue, Sep 20, 2005 at 02:57:26AM -0500, pt python wrote: > >>im moving from the windows world to the linux world and i need to make >>a python script to see if a service is instaled (ex: apache), if it is >>running or stoped and to start/stop a service like apache or mysq

Re: services on linux

2005-09-20 Thread Christoph Haas
On Tue, Sep 20, 2005 at 02:57:26AM -0500, pt python wrote: > im moving from the windows world to the linux world and i need to make > a python script to see if a service is instaled (ex: apache), if it is > running or stoped and to start/stop a service like apache or mysql. > Theres an API on windo