Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
carberry:rpi:daemons:carberry [2022/04/13 10:22]
admin
carberry:rpi:daemons:carberry [2022/04/13 10:26]
admin
Line 49: Line 49:
  
 ==== Install the daemon ==== ==== Install the daemon ====
 +
 +Back to home directory
 +
 +  sudo mkdir -p /​usr/​local/​bin/​carberry
  
 Create directory in /​usr/​local/​bin Create directory in /​usr/​local/​bin
Line 93: Line 97:
  
   pi@raspberrypi ~/​carberry_d $ ps aux | grep carberry   pi@raspberrypi ~/​carberry_d $ ps aux | grep carberry
-  root     ​29523 ​ 0.0  0.0   ​2576 ​  360 ?        S    14:35   0:00 /home/pi/​carberry_d/​carberry+  root     ​29523 ​ 0.0  0.0   ​2576 ​  360 ?        S    14:35   0:00 /usr/local/​bin/​carberry/​carberry_d/​carberry
   pi       ​29657 ​ 0.0  0.1   ​3568 ​  832 pts/0    S+   ​14:​36 ​  0:00 grep --color=auto carberry   pi       ​29657 ​ 0.0  0.1   ​3568 ​  832 pts/0    S+   ​14:​36 ​  0:00 grep --color=auto carberry
  
 The daemon is correctly installed. The daemon is correctly installed.