[Discuss] Python module for Windows services that runs on Linux

Matt Shields matt at mattshields.org
Tue Dec 2 08:01:35 EST 2014


Yes, run the python app on Linux but connect to a Windows server and
query/start/stop a service.

Matt

On Mon, Dec 1, 2014 at 5:24 PM, Edward Ned Harvey (blu) <blu at nedharvey.com>
wrote:

> > From: discuss-bounces+blu=nedharvey.com at blu.org [mailto:discuss-
> > bounces+blu=nedharvey.com at blu.org] On Behalf Of Matt Shields
> >
> > Anyone know of a python module that will let me query/start/stop a
> > Windows
> > service?  The module needs to be able work on a Linux system.  I've
> looked
> > around but it seems all the modules I find require the python app to run
> on
> > a Windows machine.
>
> You mean you want to run something on linux, which will somehow reach out
> to a windows machine and start/stop windows services remotely, right?
>
> You're looking for a linux equivalent of these?
>         sc \\machine stop <service>
> or
>         psexec \\machine net stop <service>
> etc
>



More information about the Discuss mailing list