dotfiles/bin/failure-notification.sh

4 lines
85 B
Bash
Raw Normal View History

2022-08-24 08:07:33 +00:00
#!/bin/bash
notify-send "Systemd unit failure: $1" "The systemd unit $1 has failed"