diff --git a/doc/Extensions/Billing-Module.md b/doc/Extensions/Billing-Module.md index 18908a0e38..e46b5195d3 100644 --- a/doc/Extensions/Billing-Module.md +++ b/doc/Extensions/Billing-Module.md @@ -11,8 +11,8 @@ $config['enable_billing'] = 1; # Enable Billing Edit `/etc/cron.d/librenms` and add the following: ```bash -*/5 * * * * root /opt/librenms/poll-billing.php >> /dev/null 2>&1 -01 * * * * root /opt/librenms/billing-calculate.php >> /dev/null 2>&1 +*/5 * * * * librenms /opt/librenms/poll-billing.php >> /dev/null 2>&1 +01 * * * * librenms /opt/librenms/billing-calculate.php >> /dev/null 2>&1 ``` -Create billing graphs as required. \ No newline at end of file +Create billing graphs as required.