mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Fedora now checks for enabled services
This commit is contained in:
parent
105680109e
commit
43e4722a1e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue