mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-02 13:03:31 +00:00
15 lines
306 B
Plaintext
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
|
|
}
|