mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 22:38:41 +02:00
Create li.service
This commit is contained in:
parent
36296c55ec
commit
4fb00e46dc
17
li.service
Normal file
17
li.service
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=TUI display manager
|
||||||
|
After=systemd-user-sessions.service plymouth-quit-wait.service
|
||||||
|
After=getty@tty3.service
|
||||||
|
Conflicts=getty@tty3.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=idle
|
||||||
|
ExecStart=$HOME/git/lidm/assets/li.service
|
||||||
|
StandardError=journal
|
||||||
|
StandardInput=tty
|
||||||
|
TTYPath=/dev/tty3
|
||||||
|
TTYReset=yes
|
||||||
|
TTYVHangup=yes
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
Alias=display-manager.service
|
Loading…
x
Reference in New Issue
Block a user