From 5635375d8dadb249c16ba35623a257a9c1a0c820 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 31 Oct 2022 14:30:11 -0400 Subject: [PATCH] Update init.sls --- salt/strelka/init.sls | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/salt/strelka/init.sls b/salt/strelka/init.sls index 9e192609a..d93bb1540 100644 --- a/salt/strelka/init.sls +++ b/salt/strelka/init.sls @@ -141,7 +141,8 @@ filecheck_script: filecheck_run: cmd.run: - - name: 'python3 /opt/so/conf/strelka/filecheck &' + - name: 'python3 /opt/so/conf/strelka/filecheck' + - bg: True - unless: ps -ef | grep filecheck | grep -v grep # End Filecheck Section