1
0
Files
scripts/utils/pushover.service
T
2024-11-30 23:24:53 +01:00

13 lines
266 B
Desktop File

[Unit]
Description=Send Pushover notification for %i
After=network-online.target
Wants=network-online.target
[Service]
Type=oneshot
ExecStart=/usr/local/bin/pushover --message "Service %i has failed" --title "Service Failure"
[Install]
WantedBy=multi-user.target