File: systemd-Start-with-graphical-session-instead-of-default.patch

package info (click to toggle)
gcr 3.41.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,920 kB
  • sloc: ansic: 73,337; sh: 239; xml: 188; python: 174; makefile: 29
file content (19 lines) | stat: -rw-r--r-- 611 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
From: Jeremy Bicha <jeremy.bicha@canonical.com>
Date: Tue, 24 May 2022 11:45:41 -0400
Subject: systemd: Start with graphical-session instead of default

https://gitlab.gnome.org/GNOME/gcr/-/merge_requests/91
---
 gcr/gcr-ssh-agent.service.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcr/gcr-ssh-agent.service.in b/gcr/gcr-ssh-agent.service.in
index 2422fe2..20731aa 100644
--- a/gcr/gcr-ssh-agent.service.in
+++ b/gcr/gcr-ssh-agent.service.in
@@ -12,4 +12,4 @@ Restart=on-failure
 
 [Install]
 Also=gcr-ssh-agent.socket
-WantedBy=default.target
+WantedBy=graphical-session-pre.target