07-07-2024, 01:57 AM
I have no idea how plexamp works but below is the code thats used to check whether its running or not
This run state is checked every 3 seconds by /var/www/daemon/worker.php. If it's running then moOde displays the "Plexamp Active" overlay.
Code:
pgrep -a node | grep plexamp
This run state is checked every 3 seconds by /var/www/daemon/worker.php. If it's running then moOde displays the "Plexamp Active" overlay.