Last active
July 22, 2018 13:35
-
-
Save kyya/279e7d35800ac94893badfee9027e8f5 to your computer and use it in GitHub Desktop.
转发 Journalctl 的日志到 tty 终端,放入路径 `/etc/systemd/journald.conf.d/`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Journal] | |
| FowardToConsole=yes | |
| TTYPath=/dev/pts/2 | |
| MaxLevelConsole=info |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment