mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 14:25:03 +02:00
fix: sysd service file (moved to tty7)
This commit is contained in:
parent
6d3c3cbb57
commit
f9a3c67c0b
@ -1,15 +1,14 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=TUI display manager
|
Description=TUI display manager
|
||||||
After=systemd-user-sessions.service plymouth-quit-wait.service
|
After=systemd-user-sessions.service plymouth-quit-wait.service
|
||||||
After=getty@tty3.service
|
|
||||||
Conflicts=getty@tty3.service
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=idle
|
Type=idle
|
||||||
ExecStart=/usr/bin/lidm
|
ExecStart=/usr/bin/lidm 7
|
||||||
StandardError=journal
|
StandardError=journal
|
||||||
StandardInput=tty
|
StandardInput=tty
|
||||||
TTYPath=/dev/tty3
|
StandardOutput=tty
|
||||||
|
TTYPath=/dev/tty7
|
||||||
TTYReset=yes
|
TTYReset=yes
|
||||||
TTYVHangup=yes
|
TTYVHangup=yes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user