mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 11:14:56 +00:00
17 lines
322 B
Desktop File
17 lines
322 B
Desktop File
[Unit]
|
|
Description=TUI display manager
|
|
After=systemd-user-sessions.service plymouth-quit-wait.service
|
|
After=getty@%I.service
|
|
Conflicts=getty@%I.service
|
|
|
|
[Service]
|
|
Type=idle
|
|
ExecStart=$PREFIX_DIRECTORY/bin/$EXECUTABLE_NAME
|
|
StandardInput=tty
|
|
TTYPath=/dev/%I
|
|
TTYReset=yes
|
|
TTYVHangup=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|