Logrotate with systemctl instead of service

This commit is contained in:
Nikolai Kondrashov 2016-04-18 19:46:18 +03:00
parent 92d7028766
commit 4132e000f4
2 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@
missingok
compress
postrotate
/sbin/service radiusd reload
/usr/bin/systemctl reload radiusd
endscript
}

View File

@ -789,6 +789,7 @@ exit 0
* Fri Feb 17 2017 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.11-7
- Make sure FreeRADIUS starts after IPA, directory, and Kerberos servers
- 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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild