diff options
author | Amin Bandali <bandali@gnu.org> | 2019-01-30 00:24:21 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-01-30 00:24:21 -0500 |
commit | c65377de5635d68035564fcf7a0f3088e0f38969 (patch) | |
tree | ac6eeaa6732bf3935851b7d07b2d0d827bcf804d | |
parent | 9c0da98fb753fd96b0006fe8bb9c3966b9b43f7b (diff) | |
download | configs-c65377de5635d68035564fcf7a0f3088e0f38969.tar.gz configs-c65377de5635d68035564fcf7a0f3088e0f38969.tar.xz configs-c65377de5635d68035564fcf7a0f3088e0f38969.zip |
[rc/systemd] fix missing sudo prefix
-rw-r--r-- | rc.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |