Hi,
I'm new to Obarun and 66/s6 I'm trying to understand how to use it properly.
I have a question about multiple desktop users, from the documentation is not clear when you have multiple users if you have to add them to the same user tree or you have to create multiple user tree, one per each users.
For example if you have user1 and user2 which one of the following is correct:
I'm new to Obarun and 66/s6 I'm trying to understand how to use it properly.
I have a question about multiple desktop users, from the documentation is not clear when you have multiple users if you have to add them to the same user tree or you have to create multiple user tree, one per each users.
For example if you have user1 and user2 which one of the following is correct:
# 66-tree -nE boot-user
# 66-enable -C -F -t boot-user boot-user@ user1
# 66-enable -C -F -t boot-user boot-user@ user2
# 66-tree -nE user1-session
# 66-enable -C -F -t user1-session boot-user@ user1
# 66-tree -nE user2-session
# 66-enable -C -F -t user1-session boot-user@ user2