Created
February 10, 2018 04:15
-
-
Save pkutzner/b69def1d848611e89fc53e7b7708730e to your computer and use it in GitHub Desktop.
Drop this in /etc/systemd/system/[email protected]/ to start htop on tty1 instead of login screen
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
[Service] | |
ExecStart= | |
ExecStart=-/usr/bin/htop | |
StandardInput=tty | |
StandardOutput=tty |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment