open-wether / build /openmeteo-notify.sh
soiz1's picture
Migrated from GitHub
6ee917b verified
raw
history blame contribute delete
246 Bytes
#!/bin/sh
#https://wiki.archlinux.org/title/Systemd/Timers#MAILTO
/usr/sbin/sendmail -t <<ERRMAIL
To: $1
Subject: [Failed] $2
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset=UTF-8
$(systemctl status --full "$2" -n 200)
ERRMAIL