$OpenBSD: patch-librenms_nonroot_cron,v 1.6 2017/01/31 22:43:30 sthen Exp $
--- librenms.nonroot.cron.orig	Tue Jan 31 16:57:14 2017
+++ librenms.nonroot.cron	Tue Jan 31 16:57:24 2017
@@ -1,10 +1,10 @@
 # Using this cron file requires an additional user on your system, please see install docs.
 
-33  */6   * * *   librenms    /var/www/librenms/discovery.php -h all >> /dev/null 2>&1
-*/5  *    * * *   librenms    /var/www/librenms/discovery.php -h new >> /dev/null 2>&1
-*/5  *    * * *   librenms    /var/www/librenms/cronic /var/www/librenms/poller-wrapper.py 16
-15   0    * * *   librenms    /var/www/librenms/daily.sh >> /dev/null 2>&1
-*    *    * * *   librenms    /var/www/librenms/alerts.php >> /dev/null 2>&1
+33  */6   * * *   _librenms   /var/www/librenms/discovery.php -h all >> /dev/null 2>&1
+*/5  *    * * *   _librenms   /var/www/librenms/discovery.php -h new >> /dev/null 2>&1
+*/5  *    * * *   _librenms   /var/www/librenms/poller-wrapper.py 16
+15   0    * * *   _librenms   sh /var/www/librenms/daily.sh >> /dev/null 2>&1
+*    *    * * *   _librenms   /var/www/librenms/alerts.php >> /dev/null 2>&1
 */5  *    * * *   librenms    /var/www/librenms/poll-billing.php >> /dev/null 2>&1
 01   *    * * *   librenms    /var/www/librenms/billing-calculate.php >> /dev/null 2>&1
 */5  *    * * *   librenms    /var/www/librenms/check-services.php >> /dev/null 2>&1
