Add new launchers

This commit is contained in:
2023-03-22 12:22:12 +01:00
parent 3fca70c49e
commit 539c831a61

2
check
View File

@@ -373,6 +373,8 @@ if [ $BASH_VERSINFO -ge 4 ]; then
declare -A lanceur declare -A lanceur
lanceur[bind]="bind9" lanceur[bind]="bind9"
lanceur[dhcpd]="isc-dhcp-server" lanceur[dhcpd]="isc-dhcp-server"
lanceur[clamd]="clamav-daemon"
lanceur[freshclam]="clamav-freshclam"
lanceur[master]="postfix" lanceur[master]="postfix"
lanceur[munin-nod]="munin-node" lanceur[munin-nod]="munin-node"
lanceur[mysqld]="mysql" lanceur[mysqld]="mysql"