This commit is contained in:
downtownallday
2020-06-02 17:54:02 -04:00
parent 5e1c60f5a2
commit 773ae77cf3
+2
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
}