diff --git a/doc/Extensions/Dispatcher-Service.md b/doc/Extensions/Dispatcher-Service.md index 5969a76d8e..24d1226ef5 100644 --- a/doc/Extensions/Dispatcher-Service.md +++ b/doc/Extensions/Dispatcher-Service.md @@ -182,10 +182,7 @@ The watchdog scheduler will check that the poller log file has been written to w ## Cron Scripts -Once the LibreNMS service is installed, the cron scripts used by LibreNMS to start alerting, polling, discovery and maintenance tasks are no longer required and must be disabled either by removing or commenting them out. The service handles these tasks when enabled. The only cron task enabled after switching to the dispatcher service should be the following: -``` -* * * * * librenms cd /opt/librenms/ && php artisan schedule:run >> /dev/null 2>&1 -``` +Once the LibreNMS service is installed, the cron scripts used by LibreNMS to start alerting, polling, discovery and maintenance tasks are no longer required and must be disabled either by removing or commenting them out. The service handles these tasks when enabled. ## Service Installation @@ -266,8 +263,6 @@ Warning: Bullseye provide PHP 7.4 that is too old to run LibreNMS. ##### Debian 12 (Bookworm) -Warning: Bookworm is not available as stable yet (as 2022 november). - Install dependancies ``` apt install python3 python3-mysqldb python3-dotenv