mirror of
https://github.com/pengutronix/monitoring-check-systemd-service.git
synced 2025-10-27 17:43:45 +01:00
8 lines
269 B
Bash
8 lines
269 B
Bash
#!/bin/bash
|
|
# see https://github.com/joernott/monitoring-check-systemd-service/tags
|
|
APP="monitoring-check-systemd-service"
|
|
VERSION="1.2.0"
|
|
RELEASE="1"
|
|
URL="https://github.com/joernott/monitoring-check-systemd-service/archive/refs/tags/v${VERSION}.tar.gz"
|
|
ARCH="noarch"
|