Each time the process is terminated!
When I show the process tree before exitting the shell I get the following output:
systemd-+-2*[agetty]
|-sshd---bash-+-main.elf
| `-pstree
...
sshd is still the parent of main.elf. Exiting the shell terminates main.elf.
When I try this on my debian machine, init becomes parent of main.elf after exiting the shell, and main.elf continues running.
So, is there a difference in Angstom / systemd?
Thanks,
Klaus!