diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-04-19 14:55:42 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-04-19 19:13:19 +0300 |
| commit | 03ea2db724cd5b76f53d9a8fb2042c4f3f132be9 (patch) | |
| tree | 8cb9b39701de415aa788cc01d5770af630980cd1 /redhat | |
| parent | 16b5065b47d38d0464e81d5302445da8fbaf8fe3 (diff) | |
packaging: Add pathd to logrotate
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'redhat')
| -rw-r--r-- | redhat/frr.logrotate | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/redhat/frr.logrotate b/redhat/frr.logrotate index 22b2332b7c..04ae96b654 100644 --- a/redhat/frr.logrotate +++ b/redhat/frr.logrotate @@ -110,6 +110,14 @@ endscript } +/var/log/frr/pathd.log { + notifempty + missingok + postrotate + /bin/kill -USR1 `cat /var/run/frr/pathd.pid 2> /dev/null` 2> /dev/null || true + endscript +} + /var/log/frr/pbrd.log { notifempty missingok |
