Merge pull request #702 from LittleEngineer/Watchdog

Fixed watchdog PowerDNS service name.
This commit is contained in:
Usman Nasir
2021-08-01 19:54:17 +05:00
committed by GitHub

View File

@@ -137,7 +137,7 @@ elif [[ $1 == "web" ]] || [[ $1 == "lsws" ]] || [[ $1 == "litespeed" ]] || [[ $1
NAME="lsws"
echo "Watchdog on LiteSpeed is started up ..."
elif [[ $1 == "powerdns" ]] || [[ $1 == "dns" ]] ; then
NAME="powerdns"
NAME="pdns"
echo "Watchdog on PowerDNS is starting up ..."
elif [[ $1 == "dovecot" ]] || [[ $1 == "imap" ]] || [[ $1 == "pop3" ]]; then
NAME="dovecot"