remove duplicate paragraph about horizon:terminate

This paragraph seems to be duplicated from line 68 (just above)
This commit is contained in:
Sven Luijten 2018-03-02 09:29:11 +01:00 committed by GitHub
parent a67c86001f
commit 3f7b869869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -74,10 +74,6 @@ You may gracefully terminate the master Horizon process on your machine using th
If you are deploying Horizon to a live server, you should configure a process monitor to monitor the `php artisan horizon` command and restart it if it quits unexpectedly. When deploying fresh code to your server, you will need to instruct the master Horizon process to terminate so it can be restarted by your process monitor and receive your code changes.
You may gracefully terminate the master Horizon process on your machine using the `horizon:terminate` Artisan command. Any jobs that Horizon is currently processing will be completed and then Horizon will exit:
php artisan horizon:terminate
#### Supervisor Configuration
If you are using the Supervisor process monitor to manage your `horizon` process, the following configuration file should suffice: