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

@@ -3,6 +3,10 @@
systemctl stop login-mailer.timer
systemctl disable login-mailer.timer
if [ -f /usr/local/bin/login-mailer ]; then
rm /usr/local/bin/login-mailer
fi
if [ -f /etc/systemd/system/login-mailer.service ]; then
rm /etc/systemd/system/login-mailer.service
fi