summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-01-30 00:24:21 -0500
committerAmin Bandali <bandali@gnu.org>2019-01-30 00:24:21 -0500
commitc65377de5635d68035564fcf7a0f3088e0f38969 (patch)
treeac6eeaa6732bf3935851b7d07b2d0d827bcf804d
parent9c0da98fb753fd96b0006fe8bb9c3966b9b43f7b (diff)
downloadconfigs-c65377de5635d68035564fcf7a0f3088e0f38969.tar.gz
configs-c65377de5635d68035564fcf7a0f3088e0f38969.tar.xz
configs-c65377de5635d68035564fcf7a0f3088e0f38969.zip
[rc/systemd] fix missing sudo prefix
Diffstat (limited to '')
-rw-r--r--rc.org2
1 files changed, 1 insertions, 1 deletions
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