Logrotate with systemctl instead of service
This commit is contained in:
parent
92d7028766
commit
4132e000f4
@ -31,7 +31,7 @@
|
|||||||
missingok
|
missingok
|
||||||
compress
|
compress
|
||||||
postrotate
|
postrotate
|
||||||
/sbin/service radiusd reload
|
/usr/bin/systemctl reload radiusd
|
||||||
endscript
|
endscript
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -789,6 +789,7 @@ exit 0
|
|||||||
* Fri Feb 17 2017 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.11-7
|
* Fri Feb 17 2017 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.11-7
|
||||||
- Make sure FreeRADIUS starts after IPA, directory, and Kerberos servers
|
- Make sure FreeRADIUS starts after IPA, directory, and Kerberos servers
|
||||||
- Don't rotate radutmp, as it's not a log file
|
- Don't rotate radutmp, as it's not a log file
|
||||||
|
- Logrotate with "systemctl" instead of "service"
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.11-6
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.11-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user