Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| systemd_boot_into_console [08.12.2015 18:52] – Pascal Suter | systemd_boot_into_console [07.03.2019 15:29] (current) – [Autologin to console] Pascal Suter | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| ===== Autologin to console ===== | ===== Autologin to console ===== | ||
| - | in '/ | + | find the original command to see how terminals are started: |
| - | ExecStart=-/ | + | grep ExecStart |
| - | and change it to: | + | the output is something like |
| - | ExecStart=-/ | + | ExecStart=-/ |
| + | edit getty@1.service for the first tty: | ||
| + | systemctl edit getty@tty1 | ||
| + | now write the following lines: | ||
| + | [Service] | ||
| + | ExecStart= | ||
| + | ExecStart=-/ | ||
| + | where '' | ||
| ===== Autostart some scripts upon every login ===== | ===== Autostart some scripts upon every login ===== | ||
| - | edit ' | + | edit '' |