Skip to content

Instantly share code, notes, and snippets.

@pkutzner
Created February 10, 2018 04:15
Show Gist options
  • Save pkutzner/b69def1d848611e89fc53e7b7708730e to your computer and use it in GitHub Desktop.
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
[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