Update init.sls

This commit is contained in:
Mike Reeves
2022-10-31 14:35:02 -04:00
committed by GitHub
parent 5635375d8d
commit db9b93a96c

View File

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