1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-04 00:17:06 +00:00
This commit is contained in:
downtownallday 2020-06-02 17:54:02 -04:00
parent 5e1c60f5a2
commit 773ae77cf3

View File

@ -111,6 +111,8 @@ mgmt_create_user() {
systemctl status nsd.service >>$TEST_OF
record "[NSD LOG]"
cat /var/log/nsd.log >>$TEST_OF
netstat -alnp | grep 8952 >>$TEST_OF
ps -ejH >>$TEST_OF
fi
return $rc
}