Do not fail logrotate if radiusd is not running
This commit is contained in:
parent
de0b1c21a1
commit
1a843f6fe3
@ -31,7 +31,7 @@
|
||||
missingok
|
||||
compress
|
||||
postrotate
|
||||
/usr/bin/systemctl reload radiusd
|
||||
/usr/bin/systemctl reload-or-try-restart radiusd
|
||||
endscript
|
||||
}
|
||||
|
||||
|
@ -796,6 +796,7 @@ exit 0
|
||||
|
||||
%changelog
|
||||
* Tue Feb 21 2017 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.12-3
|
||||
- Do not fail logrotate if radiusd is not running.
|
||||
|
||||
* Mon Feb 20 2017 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.12-2
|
||||
- Fix three cases of comparing pointers to zero characters
|
||||
|
Loading…
Reference in New Issue
Block a user