Update init.sls

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

View File

@@ -172,7 +172,7 @@ filecheck_script:
filecheck_restart:
cmd.run:
- name: kill $(ps -ef | grep filecheck | grep -v grep | grep -v tail | awk '{print $2}')
- name: pkill -f "python3 /opt/so/conf/strelka/filecheck"
- onchanges:
- file: filecheck_script