mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-02 21:13:30 +00:00
5 lines
106 B
Plaintext
5 lines
106 B
Plaintext
#!/usr/bin/with-contenv sh
|
|
|
|
# dumping ossec.log to standard output
|
|
exec tail -f /var/ossec/logs/ossec.log
|