Files
server-toolset/login-mailer/login-mailer.service.template
2025-08-29 09:40:20 +03:00

9 lines
220 B
Plaintext

[Unit]
Description=Get mailed when someone logs in to your server!
[Service]
Type=simple
ExecStart=/usr/local/bin/login-mailer
Environment="EMAIL=your_email@example.org"
Environment="ENDPOINT=mail.example.org/api/mail"