aboutsummaryrefslogtreecommitdiffstats
path: root/docs/4-quick-tutorial.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/4-quick-tutorial.md')
-rw-r--r--docs/4-quick-tutorial.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/4-quick-tutorial.md b/docs/4-quick-tutorial.md
index 6ab07b7..9f455df 100644
--- a/docs/4-quick-tutorial.md
+++ b/docs/4-quick-tutorial.md
@@ -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).