Let ypbind start before systemd-user-sessions.service

This commit is contained in:
Honza Horák 2012-01-24 16:00:26 +01:00
parent 615e015191
commit b4a94c8ab5
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -119,6 +119,7 @@ fi
%changelog
* Tue Jan 24 2012 Honza Horak <hhorak@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@redhat.com> - 3:1.33-10
- Fail to start ypbind service if domainname is not set