mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-01 20:43:35 +00:00
5 lines
119 B
Desktop File
5 lines
119 B
Desktop File
#!/bin/sh
|
|
# Wazuh Docker Copyright (C) 2019 Wazuh Inc. (License GPLv2)
|
|
service postfix start
|
|
tail -f /var/log/mail.log
|