ly config files

This commit is contained in:
Left4Code
2025-06-09 15:16:10 -04:00
parent 693c5232cf
commit add056976b
4 changed files with 283 additions and 0 deletions

17
ly/ly.service Normal file
View File

@@ -0,0 +1,17 @@
[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