forked from pool/systemd
fc3ae7490c
- Update to new upstream release 221 OBS-URL: https://build.opensuse.org/request/show/313261 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=875
48 lines
1.8 KiB
Diff
48 lines
1.8 KiB
Diff
From: Frederic Crozat <fcrozat@suse.com>
|
|
Date: Thu, 10 Jan 2013 15:43:25 +0000
|
|
Subject: allow multiple sulogin to be started
|
|
|
|
allows multiple sulogin instance (bnc#793182).
|
|
---
|
|
units/getty@.service.m4 | 1 +
|
|
units/rescue.target | 1 +
|
|
units/serial-getty@.service.m4 | 1 +
|
|
3 files changed, 3 insertions(+)
|
|
|
|
Index: systemd-221/units/getty@.service.m4
|
|
===================================================================
|
|
--- systemd-221.orig/units/getty@.service.m4
|
|
+++ systemd-221/units/getty@.service.m4
|
|
@@ -9,6 +9,7 @@
|
|
Description=Getty on %I
|
|
Documentation=man:agetty(8) man:systemd-getty-generator(8)
|
|
Documentation=http://0pointer.de/blog/projects/serial-console.html
|
|
+Conflicts=rescue.service
|
|
After=systemd-user-sessions.service plymouth-quit-wait.service
|
|
m4_ifdef(`HAVE_SYSV_COMPAT',
|
|
After=rc-local.service
|
|
Index: systemd-221/units/rescue.target
|
|
===================================================================
|
|
--- systemd-221.orig/units/rescue.target
|
|
+++ systemd-221/units/rescue.target
|
|
@@ -10,6 +10,7 @@ Description=Rescue Mode
|
|
Documentation=man:systemd.special(7)
|
|
Requires=sysinit.target rescue.service
|
|
After=sysinit.target rescue.service
|
|
+Conflicts=getty.target
|
|
AllowIsolate=yes
|
|
|
|
[Install]
|
|
Index: systemd-221/units/serial-getty@.service.m4
|
|
===================================================================
|
|
--- systemd-221.orig/units/serial-getty@.service.m4
|
|
+++ systemd-221/units/serial-getty@.service.m4
|
|
@@ -10,6 +10,7 @@ Description=Serial Getty on %I
|
|
Documentation=man:agetty(8) man:systemd-getty-generator(8)
|
|
Documentation=http://0pointer.de/blog/projects/serial-console.html
|
|
BindsTo=dev-%i.device
|
|
+Conflicts=rescue.service
|
|
After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service
|
|
m4_ifdef(`HAVE_SYSV_COMPAT',
|
|
After=rc-local.service
|