ignore user but allow system overrides
This commit is contained in:
parent
6d85f129f1
commit
a71ae793b2
2 changed files with 8 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -244,7 +244,7 @@ go/
|
|||
org.gnome.Ptyxis/
|
||||
connections.db
|
||||
emacs/
|
||||
systemd/
|
||||
systemd/user/
|
||||
balenaEtcher/
|
||||
ParaView/
|
||||
VirtualBox/
|
||||
|
|
|
|||
7
systemd/system/getty@tty1.service.d/override.conf
Normal file
7
systemd/system/getty@tty1.service.d/override.conf
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Place this file in:
|
||||
# /etc/systemd/system/getty@tty1.service.d/override.conf
|
||||
# to autologin
|
||||
|
||||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=-/sbin/agetty -a tavo %I
|
||||
Loading…
Reference in a new issue