Update init.sls

This commit is contained in:
Mike Reeves
2022-10-31 14:44:01 -04:00
committed by GitHub
parent 416c28fded
commit 86ca3602f3

View File

@@ -151,7 +151,7 @@ filecheck_run:
cmd.run:
- name: 'python3 /opt/so/conf/strelka/filecheck'
- bg: True
- runas: 939
- runas: socore
- unless: ps -ef | grep filecheck | grep -v grep
# End Filecheck Section