Magisk-Modules-Repo/IPControl

How to know if daemon is running or not?

RHSaliya opened this issue · 3 comments

How to know if the daemon is running? and what is automation?

pgrep ipc

Is there any Command?

ps -A | grep ipcd will work. There's no official way. You can always run ipc --daemon launch to ensure it's already running.