[ypbind] Let ypbind start before systemd-user-sessions.service

Jan Horak hhorak at fedoraproject.org
Tue Jan 24 15:15:04 UTC 2012


commit b4a94c8ab517f1c6fe4271f7a3abb501241b79d4
Author: Honza HorĂ¡k <hhorak at redhat.com>
Date:   Tue Jan 24 16:00:26 2012 +0100

    Let ypbind start before systemd-user-sessions.service

 ypbind.service |    1 +
 ypbind.spec    |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/ypbind.service b/ypbind.service
index 5e2dd08..a8ba806 100644
--- a/ypbind.service
+++ b/ypbind.service
@@ -2,6 +2,7 @@
 Description=NIS/YP (Network Information Service) Clients to NIS Domain Binder
 Requires=rpcbind.service
 After=syslog.target network.target rpcbind.service ypserv.service
+Before=systemd-user-sessions.service
 
 [Service]
 EnvironmentFile=-/etc/sysconfig/network
diff --git a/ypbind.spec b/ypbind.spec
index 2cc5b3e..56e2e87 100644
--- a/ypbind.spec
+++ b/ypbind.spec
@@ -119,6 +119,7 @@ fi
 %changelog
 * Tue Jan 24 2012 Honza Horak <hhorak at redhat.com> - 3:1.33-11
 - Don't fail when killing ypbind after unsuccessfull start fails
+- Let ypbind start before systemd-user-sessions.service
 
 * Thu Jan 12 2012 Honza Horak <hhorak at redhat.com> - 3:1.33-10
 - Fail to start ypbind service if domainname is not set


More information about the scm-commits mailing list