Software for detecting system boot events and potential unauthorized logins, currently only for Linux
- Send an email notification on system boot (detected via boot ID)
Example format:
EMAIL_USERNAME="your_email@example.com"
EMAIL_PASSWORD="your_password"
bash install_chili.sh
This will:
- Compile the binary in release mode
- Install to /opt/chili/chili
- Create a system user chili
- Install and enable a systemd service named chili.service
sudo systemctl status chili
journalctl -u chili -f