WIP: documenting
[src/app-framework-main.git] / docs / 4-quick-tutorial.md
index 6ab07b7..9f455df 100644 (file)
@@ -44,7 +44,6 @@ Connect through SSH on the target board and check for Application Framework daem
 $ ssh root@$BOARDIP
 root@porter:~# ps -ef|grep bin/afm
 afm        409     1  0 13:00 ?        00:00:00 /usr/bin/afm-system-daemon
-root       505   499  0 13:01 ?        00:00:00 /usr/bin/afm-user-daemon
 root       596   550  0 13:22 pts/0    00:00:00 grep afm
 ```
 
@@ -52,9 +51,6 @@ We can see that there are two daemons running:
 
 * **afm-system-daemon** runs with a system user 'afm' and is responsible for
   installing/uninstalling packages
-* **afm-user-daemon** runs as a user daemon (currently as root because it's the
-  only real user on the target board) and is responsible for the whole life 
-  cycle of the applications running inside the user session.
 
 The application framework has a tool running on the
 Command Line Interface (CLI).