e6fb7bbfae948de560c9927b8dcde1eb53b204e4
internal/Anycast-Wiki.md
... | ... | @@ -173,9 +173,10 @@ exit 0 |
173 | 173 | |
174 | 174 | ``` |
175 | 175 | |
176 | - Normally SIGUSR1 to the exabgp process triggers a configuration update, but at occasion the process might need to be restarted - since the gracefull shutdown might not always kick in , this might present quite a challenge. Sending SIGKILL to the child(ren) and immediately after, the parent, does the job (quick-and-dirty). |
|
176 | + Normally SIGUSR1 to the exabgp process triggers a configuration update, but at occasion the process might need to be restarted - since its gracefull shutdown can be glitchy , this might be a bit difficult. Sending SIGKILL to the child(ren) and immediately after, the parent, does the job (quick-and-dirty). |
|
177 | 177 | |
178 | -#####/etc/exabgp/run.sh |
|
178 | +##### /etc/exabgp/run.sh |
|
179 | +`USAGE: /etc/exabgp/run.sh [start|stop|restart]` |
|
179 | 180 | |
180 | 181 | ``` |
181 | 182 |