From b4a94c8ab517f1c6fe4271f7a3abb501241b79d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Hor=C3=A1k?= Date: Tue, 24 Jan 2012 16:00:26 +0100 Subject: [PATCH] Let ypbind start before systemd-user-sessions.service --- ypbind.service | 1 + ypbind.spec | 1 + 2 files changed, 2 insertions(+) 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 - 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 - 3:1.33-10 - Fail to start ypbind service if domainname is not set