moar stuff
This commit is contained in:
7
install.sh
Normal file
7
install.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user