mirror of https://github.com/fairyglade/ly.git
18 lines
326 B
Desktop File
18 lines
326 B
Desktop File
[Unit]
|
|
Description=TUI display manager
|
|
After=systemd-user-sessions.service plymouth-quit-wait.service
|
|
After=getty@tty2.service
|
|
Conflicts=getty@tty2.service
|
|
|
|
[Service]
|
|
Type=idle
|
|
ExecStart=/usr/bin/ly
|
|
StandardError=journal
|
|
StandardInput=tty
|
|
TTYPath=/dev/tty2
|
|
TTYReset=yes
|
|
TTYVHangup=yes
|
|
|
|
[Install]
|
|
Alias=display-manager.service
|