Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #84153 > unrolled thread
| Started by | Jason Bailey <jbailey@emerytelcom.com> |
|---|---|
| First post | 2015-01-21 16:06 -0700 |
| Last post | 2015-01-21 16:06 -0700 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Check for running DHCP daemon? Jason Bailey <jbailey@emerytelcom.com> - 2015-01-21 16:06 -0700
| From | Jason Bailey <jbailey@emerytelcom.com> |
|---|---|
| Date | 2015-01-21 16:06 -0700 |
| Subject | Check for running DHCP daemon? |
| Message-ID | <mailman.17928.1421882158.18130.python-list@python.org> |
So I've got this python 3 script that needs to know if there is a running DHCP daemon (ISC DHCP server) on the local system. Is there a clean way to do this that (1) doesn't require me to do syscalls to local utilities (like ps, top, etc), and (2) doesn't require any custom modules (stock only)? Thanks
Back to top | Article view | comp.lang.python
csiph-web