2022-04-27 17:39:56 +02:00

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"