diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2021-04-28 13:04:48 +0200 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2021-04-28 13:04:48 +0200 |
commit | 44e0707d428de04919a33f325d4e612335bdb777 (patch) | |
tree | a6854f622321f85845889d3dc38d58a37a708544 /airootfs/etc/systemd | |
parent | a4d0ccb56bf9b426f69d70c185d680b08b9bd25c (diff) |
good testing environment
Diffstat (limited to 'airootfs/etc/systemd')
-rw-r--r-- | airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf b/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf new file mode 100644 index 0000000..d1d8474 --- /dev/null +++ b/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf @@ -0,0 +1,3 @@ +[Service] +ExecStart= +ExecStart=-/sbin/agetty --autologin root --noclear %I 38400 linux |