mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
initial commit
This commit is contained in:
15
res/ly.service
Normal file
15
res/ly.service
Normal file
@@ -0,0 +1,15 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user