Make service configuring correct for rpm

This commit is contained in:
Alexey Berezhok
2024-05-04 22:15:25 +03:00
parent c1e7097201
commit c4646bd8e8
10 changed files with 89 additions and 31 deletions

View File

@@ -1127,7 +1127,7 @@ if [ "$exim" = 'yes' ]; then
fi
# Cron daemon
write_config_value "CRON_SYSTEM" "cron"
write_config_value "CRON_SYSTEM" "crond"
# Firewall stack
if [ "$iptables" = 'yes' ]; then