From 43e4722a1e6e1af4c519c0b28d86651eac7c4410 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 20 Feb 2014 11:00:12 +0000 Subject: [PATCH] Fedora now checks for enabled services --- bootstrap-salt.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index ffea634..c2b15eb 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -1988,6 +1988,10 @@ install_fedora_restart_daemons() { systemctl start salt-$fname.service done } + +install_fedora_check_services() { + __check_services_systemd || return 1 +} # # Ended Fedora Install Functions #