X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2F4-quick-tutorial.md;h=9f455dfe3ae40225d34452f9eaae0d4c3573a7a0;hb=34a92a2ac87558067a96886e5d1f1d5eecb0a135;hp=6ab07b7361e34e481d4a9990fe98a13666475fe1;hpb=956e7c57d15bde67d7392aab01a9c0fc6906bbd4;p=src%2Fapp-framework-main.git 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).