From c65377de5635d68035564fcf7a0f3088e0f38969 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Wed, 30 Jan 2019 00:24:21 -0500 Subject: [PATCH] [rc/systemd] fix missing sudo prefix --- rc.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.org b/rc.org index 35b6d95..d145033 100644 --- a/rc.org +++ b/rc.org @@ -2798,7 +2798,7 @@ scaling=fill Keep boot messages on tty1 (see [[https://wiki.archlinux.org/index.php/getty#Have_boot_messages_stay_on_tty1][here]]) -#+begin_src conf :tangle /etc/systemd/system/getty@tty1.service.d/noclear.conf +#+begin_src conf :tangle /sudo::/etc/systemd/system/getty@tty1.service.d/noclear.conf [Service] TTYVTDisallocate=no #+end_src -- 2.20.1