From f7223f132ace0ea0b5d5ca22963a9a86543a1faf Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 1 May 2024 12:00:39 -0400 Subject: [PATCH] Update config.sls --- salt/soc/config.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/soc/config.sls b/salt/soc/config.sls index 18b292b27..545118dd9 100644 --- a/salt/soc/config.sls +++ b/salt/soc/config.sls @@ -84,7 +84,7 @@ crondetectionsruntime: cron.present: - name: /usr/local/bin/so-detections-runtime-status cron > /opt/so/log/soc/detection-sync.log 2>&1 - identifier: detections-runtime-status - - user: socore + - user: root - minute: '*/10' - hour: '*' - daymonth: '*'