mirror of
https://github.com/friendica/friendica
synced 2025-02-14 01:34:01 +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;
|
||||
|
||||
/**
|
||||
* 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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue