diff --git a/script/script/check_service.sh b/script/script/check_service.sh index f8c516c..a04a896 100755 --- a/script/script/check_service.sh +++ b/script/script/check_service.sh @@ -1,4 +1,4 @@ -SERVICES=("named" "mariadb" "nginx" "php-fpm" "gitea" "tt-rss" "named" "autofs" "rsyncd.socket" "fail2ban") +SERVICES=("syncthing@vincent" "named" "mariadb" "nginx" "php-fpm" "gitea" "tt-rss" "named" "autofs" "rsyncd.socket" "fail2ban") HOST=$(hostname) RED='\033[0;31m' GREEN='\033[0;32m'