Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/FusionInventory_for_GLPI/cron.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ It's not complex, you need create a cron on your operating system run the GLPI c
For Linux, add in _crontab_:

```
* * * * * cd /var/www/glpi/front/ && /usr/bin/php cron.php &>/dev/null
* * * * * cd /var/www/html/glpi/front/ && /usr/bin/php cron.php &>/dev/null
```

For windows, create in _Task Scheduler_ all 1 or 5 minutes:
Expand Down