From 539c831a6153542ab9dfa85143094c16543d06c8 Mon Sep 17 00:00:00 2001 From: Dominique FOURNIER Date: Wed, 22 Mar 2023 12:22:12 +0100 Subject: [PATCH] Add new launchers --- check | 2 ++ 1 file changed, 2 insertions(+) diff --git a/check b/check index d47495a..8cee8b8 100755 --- a/check +++ b/check @@ -373,6 +373,8 @@ if [ $BASH_VERSINFO -ge 4 ]; then declare -A lanceur lanceur[bind]="bind9" lanceur[dhcpd]="isc-dhcp-server" + lanceur[clamd]="clamav-daemon" + lanceur[freshclam]="clamav-freshclam" lanceur[master]="postfix" lanceur[munin-nod]="munin-node" lanceur[mysqld]="mysql"