mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Only start daemons for phones of active users
This commit is contained in:
parent
ad1f798ae6
commit
1c7a84def0
5 changed files with 40 additions and 3 deletions
|
@ -53,7 +53,7 @@ class Launcher extends AbstractDaemon
|
|||
|
||||
$this->start_mailer_daemon();
|
||||
|
||||
$phones = $this->internal_phone->get_all();
|
||||
$phones = $this->internal_phone->get_all_for_active_users();
|
||||
$this->start_phones_daemons($phones);
|
||||
|
||||
sleep(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue