Skip to content

drlenux/MicroVisor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micro Visor

Config


<?php

return [
    'timeout' => 0.1,
    'services' => [
        'service-name' => [
            'cmd' => 'shell command'
            'timeout' => 3, // second
            'thread' => 2 
        ]
    ]
];

Run


php ./bin/console.php

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published