Service command wrapper for Python.
Project description
Service command wrapper for Python.
Usage
Create object
`python from ctrldaemon import ControlDaemon obj = ControlDaemon("service") # Example "httpd" (Apache) `
Start service
`python from ctrldaemon import ControlDaemon obj = ControlDaemon("service") # Example "httpd" (Apache) obj.start() `
Stop service
`python from ctrldaemon import ControlDaemon obj = ControlDaemon("service") # Example "httpd" (Apache) obj.stop() `
Restart service
`python from ctrldaemon import ControlDaemon obj = ControlDaemon("service") # Example "httpd" (Apache) obj.restart() `
Memory
`python from ctrldaemon import ControlDaemon obj = ControlDaemon("service") # Example "httpd" (Apache) obj.get_memory_usage() `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.