summaryrefslogtreecommitdiffstats
path: root/cobbler/action_check.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/action_check.py')
-rw-r--r--cobbler/action_check.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cobbler/action_check.py b/cobbler/action_check.py
index e44d92c..d07b5b4 100644
--- a/cobbler/action_check.py
+++ b/cobbler/action_check.py
@@ -47,7 +47,8 @@ class BootCheck:
self.check_service(status,"dnsmasq")
else:
status.append(_("manage_dhcp_mode in /var/lib/cobbler/settings should be 'isc' or 'dnsmasq'"))
-
+ self.check_service(status, "cobblerd")
+
self.check_bootloaders(status)
self.check_tftpd_bin(status)
self.check_tftpd_dir(status)