This repository has been archived on 2026-09-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
KNELLegacyTechops/slack/prod/ossec/scripts/postinstall
T
2020-04-01 14:13:57 -05:00

9 lines
134 B
Bash
Executable File

#!/bin/bash
echo "stopping ossec..."
/var/ossec/bin/ossec-control stop
echo "starting ossec..."
/var/ossec/bin/ossec-control start