4 lines
85 B
Bash
4 lines
85 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
notify-send "Systemd unit failure: $1" "The systemd unit $1 has failed"
|