Let ypbind start before systemd-user-sessions.service
This commit is contained in:
parent
615e015191
commit
b4a94c8ab5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user