moar stuff

This commit is contained in:
2024-09-18 00:59:57 +03:00
parent 6922e7ca06
commit 87a95b9d76
6 changed files with 65 additions and 0 deletions

14
uninstall.sh Normal file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
systemctl stop login-mailer.timer
systemctl disable login-mailer.timer
if [ -f /etc/systemd/system/login-mailer.service ]; then
rm /etc/systemd/system/login-mailer.service
fi
if [ -f /etc/systemd/system/login-mailer.timer ]; then
rm /etc/systemd/system/login-mailer.timer
fi
systemctl daemon-reload