diff options
author | 2019-06-21 16:59:34 +0200 | |
---|---|---|
committer | 2020-03-09 10:41:14 +0100 | |
commit | 34a92a2ac87558067a96886e5d1f1d5eecb0a135 (patch) | |
tree | 1a46275882452d6238d8d092a8b799843ed3f21e /docs/4-quick-tutorial.md | |
parent | 956e7c57d15bde67d7392aab01a9c0fc6906bbd4 (diff) |
WIP: documentingsandbox/jobol/doc
Change-Id: Ica30d4ae05e0541e6dd4ed0292cb16abab461269
Diffstat (limited to 'docs/4-quick-tutorial.md')
-rw-r--r-- | docs/4-quick-tutorial.md | 4 |
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). |