add named to check service

This commit is contained in:
vincent 2019-02-13 19:52:28 +01:00
parent 1fd5d2991b
commit 82772b3ae9

View File

@ -1,4 +1,4 @@
SERVICES=("mariadb" "nginx" "php-fpm" "gitea" "tt-rss" "named" "autofs" "rsyncd.socket")
SERVICES=("named" "mariadb" "nginx" "php-fpm" "gitea" "tt-rss" "named" "autofs" "rsyncd.socket")
HOST=$(hostname)
RED='\033[0;31m'
GREEN='\033[0;32m'