BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] Python module for Windows services that runs on Linux
- Subject: [Discuss] Python module for Windows services that runs on Linux
- From: johnhall2.0 at gmail.com (John Hall)
- Date: Tue, 2 Dec 2014 10:57:26 -0500
- In-reply-to: <CAOTD2YSFQPc2N6EzARFh2TBd09oFMBVkyO37FxV2sFV8NDkvZw@mail.gmail.com>
- References: <CAOTD2YRZDMvXNJEAUudf4q2-kntKKRejg=Ma68qq8Hm0L-Hyvw@mail.gmail.com> <BN3PR0401MB1204DD407CEBB6E4C94BB3C8DC7D0@BN3PR0401MB1204.namprd04.prod.outlook.com> <CAOTD2YSFQPc2N6EzARFh2TBd09oFMBVkyO37FxV2sFV8NDkvZw@mail.gmail.com>
Have you considered using SaltStack? http://docs.saltstack.com/en/latest/topics/index.html# On Tue, Dec 2, 2014 at 8:01 AM, Matt Shields <matt at mattshields.org> wrote: > 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 > > > _______________________________________________ > Discuss mailing list > Discuss at blu.org > http://lists.blu.org/mailman/listinfo/discuss >
- Follow-Ups:
- [Discuss] Python module for Windows services that runs on Linux
- From: matt at mattshields.org (Matt Shields)
- [Discuss] Python module for Windows services that runs on Linux
- References:
- [Discuss] Python module for Windows services that runs on Linux
- From: matt at mattshields.org (Matt Shields)
- [Discuss] Python module for Windows services that runs on Linux
- From: blu at nedharvey.com (Edward Ned Harvey (blu))
- [Discuss] Python module for Windows services that runs on Linux
- From: matt at mattshields.org (Matt Shields)
- [Discuss] Python module for Windows services that runs on Linux
- Prev by Date: [Discuss] free SSL certs from the EFF
- Next by Date: [Discuss] free SSL certs from the EFF
- Previous by thread: [Discuss] Python module for Windows services that runs on Linux
- Next by thread: [Discuss] Python module for Windows services that runs on Linux
- Index(es):