You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to change the config, so stop the Dasher using the sudo /etc/init.d/dasher stop command, edit the config, and at sudo /etc/init.d/dasher start have started.
When I pressed the Dash button while watching the logs, I noticed that the commands before and after the change reacted simultaneously.
Similarly, repeating stop and startup increased Dasher's reaction by that much.
When monitoring the process using ps x, the process of sh -c node app.js is stopped when stopping Dasher with sudo /etc/init.d/dasher stop, but dasher The process continued to remain.
How do I completely stop Dasher with sudo /etc/init.d/dasher stop?
The text was updated successfully, but these errors were encountered:
I am using Dasher on Raspberry Pi Model B.
I was able to service according to this tutorial.
https://github.com/maddox/dasher/wiki/Running-Dasher-on-a-Raspberry-Pi-at-startup
I wanted to change the config, so stop the Dasher using the
sudo /etc/init.d/dasher stop
command, edit the config, and atsudo /etc/init.d/dasher start
have started.When I pressed the Dash button while watching the logs, I noticed that the commands before and after the change reacted simultaneously.
Similarly, repeating stop and startup increased Dasher's reaction by that much.
When monitoring the process using
ps x
, the process ofsh -c node app.js
is stopped when stopping Dasher withsudo /etc/init.d/dasher stop
, butdasher
The process continued to remain.How do I completely stop Dasher with
sudo /etc/init.d/dasher stop
?The text was updated successfully, but these errors were encountered: