fix: autologin for runit
This commit is contained in:
parent
c2a543e9cf
commit
89cd2fe928
|
@ -21,6 +21,6 @@ case "$UNAMEA" in
|
||||||
" | sudo tee /etc/systemd/system/getty@tty1.service.d/override.conf > /dev/null
|
" | sudo tee /etc/systemd/system/getty@tty1.service.d/override.conf > /dev/null
|
||||||
;;
|
;;
|
||||||
*artix*)
|
*artix*)
|
||||||
sudo sed -i 's/"--noclear"/"--noclear --autologin '$LOGIN'"'
|
sudo sed -i 's/"--noclear"/"--noclear --autologin '$LOGIN'"/' /etc/runit/sv/agetty-tty1/conf
|
||||||
;;
|
;;
|
||||||
esace
|
esac
|
||||||
|
|
Loading…
Reference in New Issue
Block a user