From a4fcfe2c3455cb5bae53d437ccb4edff831f07bb Mon Sep 17 00:00:00 2001 From: "Tuxis Internet Engineering V.O.F." Date: Thu, 13 Aug 2015 11:36:08 +0200 Subject: [PATCH] Update Billing-Module.md This doesn't need to run as root... --- doc/Extensions/Billing-Module.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.