Magisk-Modules-Repo / IPControl

IPControl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to know if daemon is running or not?

RHSaliya opened this issue · 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.