diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2013-05-26 18:56:25 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2013-05-26 19:09:55 -0300 |
commit | 718089f7cb499d2a9935de71dcbc8b3e53c6fb2a (patch) | |
tree | da5ae2c86269d98ac58414ec89c3d412515b3eb8 /configs/releng/root-image/etc/systemd | |
parent | 8fd197a420558a6b9b55f2e61a7cc2008a0200e6 (diff) | |
download | archiso32-718089f7cb499d2a9935de71dcbc8b3e53c6fb2a.tar.xz |
[configs/releng] Use drop-in feature of systemd for getty autologin
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'configs/releng/root-image/etc/systemd')
-rw-r--r-- | configs/releng/root-image/etc/systemd/system/getty@tty1.service.d/autologin.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/releng/root-image/etc/systemd/system/getty@tty1.service.d/autologin.conf b/configs/releng/root-image/etc/systemd/system/getty@tty1.service.d/autologin.conf new file mode 100644 index 0000000..d1d8474 --- /dev/null +++ b/configs/releng/root-image/etc/systemd/system/getty@tty1.service.d/autologin.conf @@ -0,0 +1,3 @@ +[Service] +ExecStart= +ExecStart=-/sbin/agetty --autologin root --noclear %I 38400 linux |