Replace 'bin/daemon.php' and 'bin/jetstream.php' calls and help

This commit is contained in:
Philipp 2025-01-02 20:24:49 +01:00
parent 8f43ab9573
commit 7b952e3c94
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
4 changed files with 6 additions and 6 deletions

View file

@ -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');
}
}