1
0
Fork 0

Adding debian version 1.9.14-2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 13:10:41 +01:00
parent 49fcf7364a
commit 10d5974907
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
26 changed files with 956 additions and 0 deletions

9
debian/tests/check-service vendored Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh
if ! systemctl is-active haveged; then
echo "haveged service is not active"
systemctl status haveged
exit 1
fi
exit 0