How can i check run the diag server/maria.db services?


with commands via terminal


sudo = user

sudo i = open terminal with root rights

I = pipe   => keyboard kombination button "option" + 7



Start Terminal

input sudo -i  

pw

sudo launchctl list | grep de.customed


result for example:

547 0 de.customed.diag.database

7582 0 de.customed.diag.server.daemon

=> the first number is the PID, if empty - not running, if no entries - not installed

  • No labels