File: systemd_service_tweaks.patch

package info (click to toggle)
greetd 0.10.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 492 kB
  • sloc: sh: 68; makefile: 50
file content (20 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (3)
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