mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Rename manager to launcher, add option for no background daemon
This commit is contained in:
parent
929ea695e1
commit
c790b47c14
6 changed files with 64 additions and 51 deletions
|
@ -17,11 +17,11 @@ namespace controllers\internals;
|
|||
class Console extends \descartes\InternalController
|
||||
{
|
||||
/**
|
||||
* Start manager daemon
|
||||
* Start launcher daemon
|
||||
*/
|
||||
public function manager ()
|
||||
public function launcher ()
|
||||
{
|
||||
new \daemons\Manager();
|
||||
new \daemons\Launcher();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue