File size: 246 Bytes
6ee917b
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
#!/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