mirror of
https://git.qwik.space/left4code/Dotfiles.git
synced 2025-07-28 00:12:31 +05:30
ly config files
This commit is contained in:
17
ly/ly.service
Normal file
17
ly/ly.service
Normal 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
|
Reference in New Issue
Block a user