Add network-online.target instead of network.target in RADIUS spec file
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
This commit is contained in:
parent
7cf8f7ec5b
commit
f9f4db1e41
@ -1,7 +1,7 @@
|
||||
Summary: High-performance and highly configurable free RADIUS server
|
||||
Name: freeradius
|
||||
Version: 3.0.17
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Daemons
|
||||
URL: http://www.freeradius.org/
|
||||
@ -813,6 +813,10 @@ exit 0
|
||||
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/rest
|
||||
|
||||
%changelog
|
||||
* Fri Dec 14 2018 Alexander Scheel <ascheel@redhat.com> - 3.0.17-2
|
||||
- Updates radiusd.service to start after network-online.target
|
||||
Resolves: bz#1637275
|
||||
|
||||
* Thu Oct 18 2018 Alexander Scheel <ascheel@redhat.com> - 3.0.17-1
|
||||
- Update to FreeRADIUS server version 3.0.17
|
||||
- Adds OpenSSL HMAC patches from upstream (unreleased)
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=FreeRADIUS high performance RADIUS server.
|
||||
After=syslog.target network.target ipa.service dirsrv.target krb5kdc.service
|
||||
After=syslog.target network-online.target ipa.service dirsrv.target krb5kdc.service
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
Loading…
Reference in New Issue
Block a user