Merge pull request #9327 from Security-Onion-Solutions/jertel/surifilecheck

Switch back to older style redirect due to incompatibility with Ub 18
This commit is contained in:
Mike Reeves
2022-12-07 14:10:30 -05:00
committed by GitHub

View File

@@ -185,7 +185,7 @@ filecheck_oldcronremoval:
filecheck_run: filecheck_run:
cron.present: cron.present:
- name: 'ps -ef | grep filecheck | grep -v grep &> /dev/null || python3 /opt/so/conf/strelka/filecheck >> /opt/so/log/strelka/filecheck_stdout.log 2>&1 &' - name: 'ps -ef | grep filecheck | grep -v grep > /dev/null 2>&1 || python3 /opt/so/conf/strelka/filecheck >> /opt/so/log/strelka/filecheck_stdout.log 2>&1 &'
- user: {{ filecheck_runas }} - user: {{ filecheck_runas }}
filcheck_history_clean: filcheck_history_clean: