nstaled (ex: apache), if it is
>>>running or stoped and to start/stop a service like apache or mysql.
>>>Theres an API on windows to manage services and i need to know how to
>>>do that on linux. Can anyone help me with the module and API to work
>>>with services on
a service like apache or mysql.
>>Theres an API on windows to manage services and i need to know how to
>>do that on linux. Can anyone help me with the module and API to work
>>with services on linux?
>
>
> Unless you really want to do that in Python. It's just a matte
es an API on windows to manage services and i need to know how to
> do that on linux. Can anyone help me with the module and API to work
> with services on linux?
Unless you really want to do that in Python. It's just a matter of "ps"
and "grep". Simple shell stuff.
Exa
that on linux. Can anyone help me with the module and API to work with services on linux?
by the way, im developing a app, maybe multi-plataform, to install and manage several open source packages like apache, mySQL, phpwebadmin, phpnuke, etc... if anyone have nice ideais i apreciate that