dotfiles/arch/bin/failure-notification.sh
2022-08-24 04:07:33 -04:00

3 lines
85 B
Bash
Executable file

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