Skip to content

Commit

Permalink
Merge pull request civicrm#271 from jayhill/master
Browse files Browse the repository at this point in the history
fix indentation in jobs page
  • Loading branch information
homotechsual authored Sep 9, 2020
2 parents afc4fae + abe80ee commit a489ed3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/setup/jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<command>`.
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.
```
Expand Down

0 comments on commit a489ed3

Please sign in to comment.