summaryrefslogtreecommitdiff
path: root/update-me.in
diff options
context:
space:
mode:
Diffstat (limited to 'update-me.in')
-rw-r--r--update-me.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/update-me.in b/update-me.in
index 6c06222..77bf0fc 100644
--- a/update-me.in
+++ b/update-me.in
@@ -70,7 +70,8 @@ if command -v check-kernel >/dev/null; then
postCmds+=('check-kernel -r')
fi
-if command -v checkservices >/dev/null; then
+if command -v checkservices >/dev/null \
+&& command -v systemctl >/dev/null; then
postCmds+=('checkservices')
fi