1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Last-Update: 2022-07-12
Forwarded: not-needed
Author: Marc Dequènes (Duck) <Duck@DuckCorp.org>
Description: Tweaks:
- Use tty7 as usual on Debian
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/greetd.service
+++ b/greetd.service
@@ -1,8 +1,8 @@
[Unit]
Description=Greeter daemon
After=systemd-user-sessions.service plymouth-quit-wait.service
-After=getty@tty1.service
-Conflicts=getty@tty1.service
+After=getty@tty7.service
+Conflicts=getty@tty7.service
[Service]
Type=simple
|