Skip to content

spevnev/slop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slop

Simple Login Program is a replacement for getty and login.

Features

  • Focus the TTY
  • Set command to run on successful login
  • Clear screen after failed attempt
  • Set title above the prompt
  • Predefine a username

Build & Install

$ make
$ make install
$ make uninstall

systemd

Create a drop-in configuration for chosen getty instance and specify options. In order for --focus to work, the getty service must be enabled.

# /etc/systemd/system/[email protected]/slop.conf

[Service]
# Empty ExecStart clears the previous value.
ExecStart=
ExecStart=slop -u test_user -t Title -c startx --focus

About

Simple replacement for getty and login with additional features.

Topics

Resources

License

Stars

Watchers

Forks