Skip to content

Commit af46fdc

Browse files
Fixed watchdog PowerDNS service name.
1 parent c6b1593 commit af46fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CPScripts/watchdog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ elif [[ $1 == "web" ]] || [[ $1 == "lsws" ]] || [[ $1 == "litespeed" ]] || [[ $1
137137
NAME="lsws"
138138
echo "Watchdog on LiteSpeed is started up ..."
139139
elif [[ $1 == "powerdns" ]] || [[ $1 == "dns" ]] ; then
140-
NAME="powerdns"
140+
NAME="pdns"
141141
echo "Watchdog on PowerDNS is starting up ..."
142142
elif [[ $1 == "dovecot" ]] || [[ $1 == "imap" ]] || [[ $1 == "pop3" ]]; then
143143
NAME="dovecot"

0 commit comments

Comments
 (0)