Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support windows services #1041

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 15, 2017

  1. Add support for windows services

    Circus can now control windows services local to the machine it is
    running on. In order to configure a windows service watcher config now
    requires an additional parameter:
    
    proc_type = win_service
    
    The cmd parameter only needs to contain the full name of the service.
    Aleksandr Yeganov committed May 15, 2017
    Configuration menu
    Copy the full SHA
    7a50def View commit details
    Browse the repository at this point in the history
  2. Update setup.py for Windows Service deps

    Aleksandr Yeganov committed May 15, 2017
    Configuration menu
    Copy the full SHA
    cf42e12 View commit details
    Browse the repository at this point in the history