more tools
This commit is contained in:
8
login-mailer/login-mailer.service.template
Normal file
8
login-mailer/login-mailer.service.template
Normal file
@@ -0,0 +1,8 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user