server-toolset/login-mailer.service.template

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"