mirror of
https://github.com/coastalwhite/lemurs
synced 2024-11-14 15:07:06 +00:00
16 lines
267 B
Desktop File
16 lines
267 B
Desktop File
[Unit]
|
|
Description=Lemurs
|
|
After=systemd-user-sessions.service plymouth-quit-wait.service
|
|
After=getty@tty2.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/lemurs
|
|
StandardInput=tty
|
|
TTYPath=/dev/tty2
|
|
TTYReset=yes
|
|
TTYVHangup=yes
|
|
Type=idle
|
|
|
|
[Install]
|
|
Alias=display-manager.service
|
|
|