mirror of
https://github.com/nextepc/nextepc-oss.git
synced 2025-11-02 12:53:14 +00:00
15 lines
311 B
Plaintext
15 lines
311 B
Plaintext
@localstatedir@/log/open5gs/*.log {
|
|
daily
|
|
sharedscripts
|
|
missingok
|
|
compress
|
|
rotate 14
|
|
create 640 open5gs open5gs
|
|
|
|
postrotate
|
|
for i in nrfd scpd pcrfd hssd ausfd udmd udrd upfd sgwcd sgwud smfd mmed amfd; do
|
|
systemctl reload open5gs-$i
|
|
done
|
|
endscript
|
|
}
|