podman/hack/systemd_tag.sh

5 lines
80 B
Bash
Executable File

#!/usr/bin/env bash
if pkg-config --exists libsystemd; then
echo systemd
fi