try to correct format

This commit is contained in:
joborun linux 2023-08-16 14:18:32 +00:00
parent f3a8e9ce9b
commit 42056f7c95
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
### [[Back to the top joborun wiki page|index.md]] ###
*** How to setup an autologin service in joborun ***
** How to setup an autologin service in joborun **
In brief, to get it running right away, install jobcore/jobo-autologin
@ -17,7 +17,7 @@ Then start the service up
<pre>sudo autologin-on</pre>
*** Introduction ***
** Introduction **
Autologin most commonly, and without the complications of logind, display manager, etc. is a modification of a standard tty (console) where the sysadmin authorizes the system to a
@ -28,7 +28,7 @@ Most people who use autologin also autostart a graphic session from their shell,
Since rarely anyone uses as many or more than 6 ttys, we chose tty7 as dedicated to autologin, a choice a sys admin can change if so needed.
*** Services and service scripts ***
** Services and service scripts **
Since joborun is geared up to use at least runit, optionally s6/66, and both, to maintain the freedom to boot either one, we made the service work for both systems wether they are installed or not. One case where there may be an exception, is if in your system you only have runit, you setup and start autologin then install s6/66, you will have to at least execute
@ -38,7 +38,7 @@ Since joborun is geared up to use at least runit, optionally s6/66, and both, to
one more time for the service to be enabled and start in s6/66
*** Notes on security ***
** Notes on security **
Not everyon and not every system built and maintained is critical of privacy and security, some are actually intented to be public and shared by family, friends, work, community in general, and autologin cuts the redundant steps of username and password.