File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ win32_service:
5353# Define the runner
5454
5555For each service, add a sub-class of ` Win32Service\Model\AbstractServiceRunner ` .
56- The sub-class must be set in service with the tag ` win32service.runner ` with an alias name corresponding to the ` service_id ` .
56+ The sub-class must be configured in service with the tag ` win32service.runner ` with an alias name corresponding to the ` service_id ` .
5757
5858## Exemple with one thread
5959
@@ -184,7 +184,7 @@ For sent the action for one service and all thread:
184184php bin\c onsole win32service:action start --service-name=my_service_%d
185185```
186186
187- For sent the action for one thread of one service:
187+ For sent the action for one thread of one service (work same if the service has only one thread) :
188188
189189``` bash
190190php bin\c onsole win32service:action start --service-name=my_service_1
You can’t perform that action at this time.
0 commit comments