Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nawawi committed Jul 4, 2021
1 parent fb445f5 commit a97abba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ status : success
Run WordPress cron with 3 events execute in parallel using server cron. Edit `/etc/crontab` and insert command below:

```
* * * * * root /usr/local/bin/cronwp /path-to/wordpress -q -j3 &>/dev/null
* * * * * root /usr/local/bin/cronwp /path-to/wordpress -q -j 3 &>/dev/null
```

Replace **root** with web server or php-fpm user to avoid issue with filesystem permission.
Expand Down

0 comments on commit a97abba

Please sign in to comment.