mirror of
https://github.com/friendica/friendica
synced 2025-02-19 02:46:48 +00:00
Update doc
This commit is contained in:
parent
c58cd835d2
commit
8f43ab9573
1 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@ use Friendica\Core\Worker\Repository\Process as ProcessRepository;
|
||||||
use Friendica\Util\BasePath;
|
use Friendica\Util\BasePath;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Console command for interacting with the daemon
|
* Console command for starting worker
|
||||||
*/
|
*/
|
||||||
final class Worker extends Console
|
final class Worker extends Console
|
||||||
{
|
{
|
||||||
|
@ -57,11 +57,11 @@ Options
|
||||||
-s|--spawn Spawn an additional worker
|
-s|--spawn Spawn an additional worker
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
bin/console daemon start -f
|
bin/console worker -n
|
||||||
Starts the daemon in the foreground
|
Starts the worker without executing the cronob
|
||||||
|
|
||||||
bin/console daemon status
|
bin/console worker -s
|
||||||
Gets the status of the daemon
|
Starts the worker and immediately spawn another worker process
|
||||||
HELP;
|
HELP;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue