mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-10 21:54:26 +02:00
Replace 'bin/daemon.php' and 'bin/jetstream.php' calls and help
This commit is contained in:
parent
8f43ab9573
commit
7b952e3c94
4 changed files with 6 additions and 6 deletions
|
@ -115,7 +115,7 @@ class Daemon
|
|||
private static function spawn()
|
||||
{
|
||||
Logger::notice('Starting new daemon process');
|
||||
DI::system()->run('bin/daemon.php', ['start']);
|
||||
DI::system()->run('bin/console.php daemon', ['start']);
|
||||
Logger::notice('New daemon process started');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue