Update init.sls

This commit is contained in:
Mike Reeves
2022-10-31 14:30:11 -04:00
committed by GitHub
parent 07e72e4013
commit 5635375d8d

View File

@@ -141,7 +141,8 @@ filecheck_script:
filecheck_run: filecheck_run:
cmd.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 - unless: ps -ef | grep filecheck | grep -v grep
# End Filecheck Section # End Filecheck Section