cleaner, simpler & better

This commit is contained in:
2024-10-31 19:23:17 +03:00
parent 2060174be5
commit fc5f10d4dd
4 changed files with 10 additions and 4 deletions

View File

@@ -1,7 +1,10 @@
#!/bin/bash
cp ./login-mailer.sh /usr/local/bin/login-mailer
cp ./login-mailer.service /etc/systemd/system/login-mailer.service
cp ./login-mailer.timer /etc/systemd/system/login-mailer.timer
systemctl daemon-reload
systemctl enable --now login-mailer.timer
systemctl status login-mailer.timer