Update doc

This commit is contained in:
Philipp 2025-01-02 14:41:59 +01:00
parent c58cd835d2
commit 8f43ab9573
No known key found for this signature in database
GPG key ID: 24A7501396EB5432

View file

@ -17,7 +17,7 @@ use Friendica\Core\Worker\Repository\Process as ProcessRepository;
use Friendica\Util\BasePath;
/**
* Console command for interacting with the daemon
* Console command for starting worker
*/
final class Worker extends Console
{
@ -57,11 +57,11 @@ Options
-s|--spawn Spawn an additional worker
Examples
bin/console daemon start -f
Starts the daemon in the foreground
bin/console worker -n
Starts the worker without executing the cronob
bin/console daemon status
Gets the status of the daemon
bin/console worker -s
Starts the worker and immediately spawn another worker process
HELP;
}