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