mirror of
https://github.com/fairyglade/ly
synced 2024-11-10 01:10:52 +00:00
16 lines
275 B
Desktop File
16 lines
275 B
Desktop File
[Unit]
|
|
Description=TUI display manager
|
|
After=systemd-user-sessions.service plymouth-quit-wait.service
|
|
After=getty@tty2.service
|
|
|
|
[Service]
|
|
Type=idle
|
|
ExecStart=/usr/bin/ly
|
|
StandardInput=tty
|
|
TTYPath=/dev/tty2
|
|
TTYReset=yes
|
|
TTYVHangup=yes
|
|
|
|
[Install]
|
|
Alias=display-manager.service
|