diff options
Diffstat (limited to 'hack')
-rwxr-xr-x | hack/systemd_tag.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hack/systemd_tag.sh b/hack/systemd_tag.sh new file mode 100755 index 000000000..c59cad559 --- /dev/null +++ b/hack/systemd_tag.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +if pkg-config --exists libsystemd; then + echo systemd +fi |