Skip to content

Commit fdb8359

Browse files
authored
Change reload command to systemctl restart
Updated instructions for reloading webshield configuration.
1 parent cce53da commit fdb8359

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/features/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -849,12 +849,12 @@ worker_processes auto;
849849
Make sure to keep the trailing semicolon.
850850
:::
851851

852-
Value `auto` seems to be a reasonable choice, as it will try to autodetect the number of CPU cores and set the value according to the number. Instead of `auto` you can set the number you find reasonable (typical value 2-8). After the file was created, reload webshield configuration with:
852+
Value `auto` seems to be a reasonable choice, as it will try to autodetect the number of CPU cores and set the value according to the number. Instead of `auto` you can set the number you find reasonable (typical value 2-8). After the file was created, restart webshield configuration with:
853853

854854
<div class="notranslate">
855855

856856
```
857-
# service imunify360-webshield reload
857+
# systemctl restart imunify360-webshield
858858
```
859859
</div>
860860

0 commit comments

Comments
 (0)