forked from pool/systemd
Frederic Crozat
49c1b450dd
gettty on tty1. - Add inittab generator, creating default.target at startup based on /etc/inittab value. - No longer try to create /etc/systemd/system/default.target at initial package install (bnc#707418) - Fix configuration path used for systemd user manager. - Ensure pam-config output is no display in install script. - Remove buildrequires on vala, no longer needed. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=183
26 lines
1.1 KiB
Diff
26 lines
1.1 KiB
Diff
From 1cf32c016f97b2c99d7df06ce5d5b858f86c507a Mon Sep 17 00:00:00 2001
|
|
From: Frederic Crozat <fcrozat@suse.com>
|
|
Date: Wed, 24 Aug 2011 13:39:06 +0200
|
|
Subject: [PATCH] path-lookup: monitor /etc/systemd/user for user manager
|
|
|
|
---
|
|
src/path-lookup.c | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/src/path-lookup.c b/src/path-lookup.c
|
|
index bed9175..5f5ad8c 100644
|
|
--- a/src/path-lookup.c
|
|
+++ b/src/path-lookup.c
|
|
@@ -209,7 +209,7 @@ int lookup_paths_init(LookupPaths *p, ManagerRunningAs running_as, bool personal
|
|
* the arrays in user_dirs() above! */
|
|
"/run/systemd/user",
|
|
USER_CONFIG_UNIT_PATH,
|
|
- "/etc/systemd/system",
|
|
+ "/etc/systemd/user",
|
|
"/usr/local/lib/systemd/user",
|
|
"/usr/local/share/systemd/user",
|
|
USER_DATA_UNIT_PATH,
|
|
--
|
|
1.7.3.4
|
|
|