dotfiles/bin/failure-notification.sh

4 lines
85 B
Bash
Executable File

#!/bin/bash
notify-send "Systemd unit failure: $1" "The systemd unit $1 has failed"