From e9a7d46b2b6f01b17ea896345f4ba2ee292f13f5 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Fri, 29 Oct 2021 20:34:31 +0300 Subject: [PATCH] fixed usb_serial --- docs/usb_serial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usb_serial.md b/docs/usb_serial.md index d68777b..9ec0b48 100644 --- a/docs/usb_serial.md +++ b/docs/usb_serial.md @@ -17,7 +17,7 @@ Specifically to v2+. This can be used for terminal access from the managed serve # echo ttyGS0 >> /etc/securetty ``` -3. Create the directory `/etc/systemd/system/getty@ttyGS0.service.d` and add a file file named `ttyGS0.override` into it. Afterwards edit the file and copy this into it: +3. Create the directory `/etc/systemd/system/getty@ttyGS0.service.d` and add a file file named `override.conf` into it. Afterwards edit the file and copy this into it: ```ini [Service]