Fedora now checks for enabled services

This commit is contained in:
Pedro Algarvio 2014-02-20 11:00:12 +00:00
parent 105680109e
commit 43e4722a1e

View file

@ -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
#