add notify service

This commit is contained in:
Mark Eaton
2026-01-11 00:00:20 -05:00
parent eec27c3b00
commit 9a070c81be
4 changed files with 87 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[Unit]
Description=Send Teams failure notification for %i
[Service]
Type=oneshot
ExecStart=/usr/local/bin/notify-teams.sh %i failure
# Load webhook URL from environment file
EnvironmentFile=-/etc/notify-teams.conf