mirror of
https://github.com/shlinkio/shlink.git
synced 2025-01-07 06:34:05 -06:00
14 lines
245 B
Plaintext
14 lines
245 B
Plaintext
/var/log/shlink/shlink_openswoole.log {
|
|
su root root
|
|
daily
|
|
missingok
|
|
rotate 120
|
|
compress
|
|
delaycompress
|
|
notifempty
|
|
create 0640 root root
|
|
postrotate
|
|
/etc/init.d/shlink_openswoole restart
|
|
endscript
|
|
}
|