Marlon's Wiki

it's better when it's simpler

User Tools

Site Tools


start:system:autologin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
start:system:autologin [2024/08/07 22:36] – [Create a Service File for agetty] marlonivostart:system:autologin [2024/08/25 02:03] (current) marlonivo
Line 1: Line 1:
-====== Autologin on Artix Linux ======+====== Autologin on Artix Linux Open RC ======
  
-Here's a guide on setting up autologin on Artix Linux without systemd.+Here's a guide on setting up autologin on Artix Linux with initsystem openrc.
  
-==== Create a Service File for agetty ==== +First you want to find out which init-system (service-manager) you use with the command:
- +
-Create a new file for the desired tty, e.g., for tty1:+
 <code> <code>
-mkdir /etc/init.d/agetty.tty1+rc-status -m
 </code> </code>
  
-In this File insert: +When its openrc go ahead. If not don't.
-<code> +
-#!/bin/sh +
-exec /sbin/agetty --autologin username --noclear tty1 linux +
-</code> +
- +
-Replace ''username'with your actual username. +
- +
-==== Ensure the File is Executable ==== +
- +
-chmod +x /etc/runit/runsvdir/default/agetty-tty1/run+
  
-==== Link the New Service ====+----
  
-Link the new service to the default runlevel:+==== Configuration ====  
 +Open the desired tty, e.g., tty1 runlevel file:
 <code> <code>
-ln -s /etc/runit/runsvdir/default/agetty-tty1 /run/runit/service/+nano /etc/runlevels/default/agetty.tty1
 </code> </code>
-==== Restart the System ==== 
  
-Restart your system:+In this File insert:
 <code> <code>
-reboot+agetty_options="--autologin username -J"
 </code> </code>
  
-After rebooting, your user should automatically log in.+Replace username with your actual username. After rebooting, your user should automatically log in.
  
 ===== Troubleshooting ===== ===== Troubleshooting =====
Line 45: Line 33:
 sudo cat /var/log/daemon.log sudo cat /var/log/daemon.log
 </code> </code>
- 
-This should help you set up autologin on Artix Linux effectively. 
start/system/autologin.1723070207.txt.gz · Last modified: 2024/08/07 22:36 by marlonivo

Donate Marlon Ivo's Webpage