Metadata-Version: 1.1
Name: supervisor-plus-cron
Version: 1.0.15201
Summary: From 4.0.0.dev0: A system for controlling process state under UNIX, plus CRON!
Home-page: https://github.com/klahnakoski/supervisor-plus-cron
Author: Kyle Lahnakoski
Author-email: kyle@lahnakoski.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: Supervisor + Cron
        =================
        
        This is a fork of
        `Supervisor <https://github.com/Supervisor/supervisor>`__ with the
        addition of cron! The only difference is the addition of one extra
        parameter that controls when a program is started again.
        
        ``[program:x]`` Section Values
        ------------------------------
        
        ``startintervalsecs``
        
        After a program has exited, Supervisor will delay restarting the program
        for the given number of seconds since the *last started* time. This can
        be used to regularly schedule jobs.
        
        *Default*: 0 - Restarting according to normal Supervisor convention
        
        *Required*: No.
        
        *Introduced*: in this fork!
        
        Contributing
        ------------
        
        If you would like to make this CRON feature better, work is being done
        at https://github.com/klahnakoski/supervisor-plus-cron.
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Topic :: System :: Boot
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Systems Administration
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
