From db9b93a96c05afd51cbdc28cdfd76bbfd9a016b5 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 31 Oct 2022 14:35:02 -0400 Subject: [PATCH] Update init.sls --- salt/strelka/init.sls | 1 + 1 file changed, 1 insertion(+) diff --git a/salt/strelka/init.sls b/salt/strelka/init.sls index d93bb1540..3bc7ddf0e 100644 --- a/salt/strelka/init.sls +++ b/salt/strelka/init.sls @@ -143,6 +143,7 @@ filecheck_run: cmd.run: - name: 'python3 /opt/so/conf/strelka/filecheck' - bg: True + - runas: 939 - unless: ps -ef | grep filecheck | grep -v grep # End Filecheck Section