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
|
Description=NIS/YP (Network Information Service) Clients to NIS Domain Binder
|
||||||
Requires=rpcbind.service
|
Requires=rpcbind.service
|
||||||
After=syslog.target network.target rpcbind.service ypserv.service
|
After=syslog.target network.target rpcbind.service ypserv.service
|
||||||
|
Before=systemd-user-sessions.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
EnvironmentFile=-/etc/sysconfig/network
|
EnvironmentFile=-/etc/sysconfig/network
|
||||||
|
@ -119,6 +119,7 @@ fi
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Jan 24 2012 Honza Horak <hhorak@redhat.com> - 3:1.33-11
|
* Tue Jan 24 2012 Honza Horak <hhorak@redhat.com> - 3:1.33-11
|
||||||
- Don't fail when killing ypbind after unsuccessfull start fails
|
- 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
|
* Thu Jan 12 2012 Honza Horak <hhorak@redhat.com> - 3:1.33-10
|
||||||
- Fail to start ypbind service if domainname is not set
|
- Fail to start ypbind service if domainname is not set
|
||||||
|
Loading…
Reference in New Issue
Block a user