diff --git a/salt/strelka/init.sls b/salt/strelka/init.sls index dac07f717..deb1c5096 100644 --- a/salt/strelka/init.sls +++ b/salt/strelka/init.sls @@ -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