small corrections to match current scripts for 66
Since we 1st wrote this the scripts evolved to be more robust in producing the result
This commit is contained in:
parent
0db0e0260a
commit
d6696391e8
1 changed files with 13 additions and 5 deletions
18
66user.md
18
66user.md
|
@ -1,6 +1,12 @@
|
|||
### [[Back to the top joborun wiki page|index.md]] ###
|
||||
|
||||
first create the tree as root so s6 will look for user services for this particular user.
|
||||
|
||||
Note: July 2023
|
||||
What is explained below is also found on a pair of scripts in /usr/local/bin
|
||||
named 66-user-up/down to do pretty much the same as the procedure explained
|
||||
here.
|
||||
|
||||
First create the tree as root so s6 will look for user services for this particular user.
|
||||
|
||||
`# 66-tree -nE boot-user`
|
||||
|
||||
|
@ -32,7 +38,12 @@ To see if it all works run
|
|||
|
||||
`% 66-all -t jo up`
|
||||
|
||||
If it didn't work immediately it will work on next boot or next X session. The difference with doing the same, as Obarun says, with enabling and configuring the boot-user@<user-name> module is that you have to edit .xinitrc if you are using consolekit. For example, to start a wm like jwm with consolekit the .xinitrc should say
|
||||
If it didn't work immediately it will work on next boot or next X session.
|
||||
Basically if you did this on a terminal, exit X, exit user, re-login.
|
||||
The difference with doing the same, as Obarun says, with enabling and
|
||||
configuring the boot-user@<user-name> module is that you have to edit
|
||||
.xinitrc if you are using consolekit. For example, to start a wm like
|
||||
jwm with consolekit the .xinitrc should say
|
||||
|
||||
|
||||
`exec ck-launch-session jwm`
|
||||
|
@ -66,7 +77,4 @@ So go ahead and experiment and read the 66 documentation and wiki, especially th
|
|||
|
||||
This how-to set of instructions can also be found in the Joborun-Wiki https://git.disroot.org/joborun/web/src/branch/main/66user.md
|
||||
|
||||
66/setup works for user make, if you are using a different user name edit the script accordingly, till we make a smarter script that asks for user name first and uses it.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue