From abe80ee623223d27e155e5ccabac272d527dcb29 Mon Sep 17 00:00:00 2001 From: Jay Hill Date: Wed, 9 Sep 2020 09:33:41 -0400 Subject: [PATCH] fix indentation in jobs page --- docs/setup/jobs.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/setup/jobs.md b/docs/setup/jobs.md index c6d580b..b0ffa26 100644 --- a/docs/setup/jobs.md +++ b/docs/setup/jobs.md @@ -245,19 +245,20 @@ In order for the scheduled jobs configured within the CiviCRM UI to run automati 1. Make sure you have chosen (and tested) one of the [commands to call `Job.execute`](#commands). In the following examples, we will refer to your command as ``. 1. You need to edit the crontab of the OS User you determined earlier. - a. If you are logged in as that user, run: + a. If you are logged in as that user, run: ```bash crontab -e ``` - b. Alternatively, run: + b. Alternatively, run: ```bash sudo crontab -e -u os_user ``` and substitute the chosen OS user for os_user (eg 'www-data') + 1. Place the following line in your crontab to run your command every 5 minutes. ```