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