mirror of
https://git.qwik.space/left4code/Dotfiles.git
synced 2025-07-28 00:12:31 +05:30
18 lines
301 B
Desktop File
18 lines
301 B
Desktop File
[Unit]
|
|
Description=TUI display manager
|
|
After=systemd-user-sessions.service getty.target
|
|
Conflicts=getty@tty1.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/ly
|
|
StandardInput=tty
|
|
StandardOutput=tty
|
|
Restart=always
|
|
TTYPath=/dev/tty1
|
|
TTYReset=yes
|
|
TTYVHangup=yes
|
|
|
|
[Install]
|
|
Alias=display-manager.service
|