9 lines
215 B
Desktop File
9 lines
215 B
Desktop File
[Unit]
|
|
Description=Send Teams success notification for %i
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/notify-teams.sh %i success
|
|
# Load webhook URL from environment file
|
|
EnvironmentFile=-/etc/notify-teams.conf
|