Files
open5gs/configs/logrotate/open5gs.in
2020-09-01 23:10:49 -04:00

15 lines
306 B
Plaintext

@localstatedir@/log/open5gs/*.log {
daily
sharedscripts
missingok
compress
rotate 14
create 640 open5gs open5gs
postrotate
for i in nrfd pcrfd hssd ausfd udmd udrd upfd sgwcd sgwud smfd mmed amfd; do
systemctl reload open5gs-$i
done
endscript
}