summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/Let-graphical-session-pre.target-be-manually-started.patch
blob: cf8db567e58b79c289609dde542c34f73be2cc2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Iain Lane <iain@orangesquash.org.uk>
Date: Mon, 22 Aug 2016 07:03:27 +0200
Subject: Let graphical-session-pre.target be manually started

This is needed until https://github.com/systemd/systemd/issues/3750 is fixed.

Forwarded: not-needed
Bug-Ubuntu: https://launchpad.net/bugs/1615341
---
 units/user/graphical-session-pre.target | 1 -
 1 file changed, 1 deletion(-)

diff --git a/units/user/graphical-session-pre.target b/units/user/graphical-session-pre.target
index 4b9e3dc..dffaf85 100644
--- a/units/user/graphical-session-pre.target
+++ b/units/user/graphical-session-pre.target
@@ -12,5 +12,4 @@ Description=Session services which should run early before the graphical session
 Documentation=man:systemd.special(7)
 Requires=basic.target
 Before=graphical-session.target
-RefuseManualStart=yes
 StopWhenUnneeded=yes