Update init.sls

This commit is contained in:
Mike Reeves
2022-12-06 13:25:03 -05:00
committed by GitHub
parent dfad5a748c
commit 531423f49a

View File

@@ -170,6 +170,12 @@ filecheck_script:
- group: 939 - group: 939
- mode: 755 - mode: 755
filecheck_restart:
cmd.run:
- name: kill $(ps -ef | grep filecheck | grep -v grep | grep -v tail | awk '{print $2}')
- onchanges:
- file: filecheck_script
filecheck_run: filecheck_run:
cron.present: cron.present:
- name: 'ps -ef | grep filecheck | grep -v grep || python3 /opt/so/conf/strelka/filecheck >> /opt/so/log/strelka/filecheck_stdout.log 2>&1 &' - name: 'ps -ef | grep filecheck | grep -v grep || python3 /opt/so/conf/strelka/filecheck >> /opt/so/log/strelka/filecheck_stdout.log 2>&1 &'