login greeter
git clone https://git.lucas.co/cce-display-manager.git
cce-display-manager.service (420B)
1 [Unit]
2 Description=CCE Display Manager
3 After=systemd-user-sessions.service plymouth-quit-active.service
4 [email protected]
5 Before=graphical.target
6
7 [Service]
8 Type=simple
9 ExecStart=/usr/bin/cce-display-manager
10 StandardInput=tty
11 StandardOutput=tty
12 TTYPath=/dev/tty1
13 TTYReset=yes
14 TTYVHangup=yes
15 TTYVTDisallocate=yes
16 UtmpIdentifier=tty1
17 UtmpMode=user
18 Environment=RUST_LOG=info
19
20 [Install]
21 WantedBy=graphical.target