mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-10-23 04:51:57 +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
|