File manager - Edit - /home/newsbmcs.com/public_html/static/img/logo/logrotate.d.tar
Back
mariadb 0000644 00000003503 15027406637 0006101 0 ustar 00 # This is the MariaDB configuration for the logrotate utility # # Note that on most Linux systems logs are written to journald, which has its # own rotation scheme. # # Read https://mariadb.com/kb/en/error-log/ to learn more about logging and # https://mariadb.com/kb/en/rotating-logs-on-unix-and-linux/ about rotating logs. /var/lib/mysql/mysqld.log /var/lib/mysql/mariadb.log /var/log/mysql/*.log { # Depends on a mysql@localhost unix_socket authenticated user with RELOAD privilege #su mysql mysql # If any of the files listed above is missing, skip them silently without # emitting any errors missingok # If file exists but is empty, don't rotate it notifempty # Run monthly monthly # Keep 6 months of logs rotate 6 # If file is growing too big, rotate immediately maxsize 500M # If file size is too small, don't rotate at all minsize 50M # Compress logs, as they are text and compression will save a lot of disk space compress # Don't compress the log immediately to avoid errors about "file size changed while zipping" delaycompress # Don't run the postrotate script for each file configured in this file, but # run it only once if one or more files were rotated sharedscripts # After each rotation, run this custom script to flush the logs. Note that # this assumes that the mariadb-admin command has database access, which it # has thanks to the default use of Unix socket authentication for the 'mysql' # (or root on Debian) account used everywhere since MariaDB 10.4. postrotate if test -r /etc/mysql/debian.cnf then EXTRAPARAM='--defaults-file=/etc/mysql/debian.cnf' fi if test -x /usr/bin/mariadb-admin then /usr/bin/mariadb-admin $EXTRAPARAM --local flush-error-log \ flush-engine-log flush-general-log flush-slow-log fi endscript } pure-ftpd-common 0000644 00000001766 15027406637 0007707 0 ustar 00 # # logrotate configuration file for pure-ftpd debian packages # # Copyright 2003,2004 by Stefan Hornburg (Racke) <racke@linuxia.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public # License along with this program; if not, write to the Free # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, # MA 02111-1307 USA. /var/log/pure-ftpd/transfer.log { weekly missingok rotate 7 compress delaycompress postrotate /usr/sbin/pure-ftpd-control restart >/dev/null endscript notifempty } wtmp 0000644 00000000221 15027406637 0005463 0 ustar 00 # no packages own wtmp -- we'll rotate it here /var/log/wtmp { missingok monthly create 0664 root utmp minsize 1M rotate 1 } btmp 0000644 00000000202 15027406637 0005435 0 ustar 00 # no packages own btmp -- we'll rotate it here /var/log/btmp { missingok monthly create 0660 root utmp rotate 1 } redis-server 0000644 00000000174 15027406637 0007115 0 ustar 00 /var/log/redis/redis-server*.log { weekly missingok rotate 12 compress notifempty } apt 0000644 00000000255 15027406637 0005267 0 ustar 00 /var/log/apt/term.log { rotate 12 monthly compress missingok notifempty } /var/log/apt/history.log { rotate 12 monthly compress missingok notifempty } ubuntu-pro-client 0000644 00000000416 15027406637 0010076 0 ustar 00 # use the root group by default, since this is the owning group # of /var/log/ubuntu-advantage*.log files. /var/log/ubuntu-advantage*.log { su root root create 0644 root root rotate 6 monthly compress delaycompress missingok notifempty } falcon-sensor 0000644 00000000220 15027406637 0007244 0 ustar 00 /var/log/falcon-sensor.log { rotate 7 daily sharedscripts postrotate /usr/bin/pkill -HUP falcon-sensor endscript } alternatives 0000644 00000000170 15027406637 0007200 0 ustar 00 /var/log/alternatives.log { monthly rotate 12 compress delaycompress missingok notifempty create 644 root root } ufw 0000644 00000000321 15027406637 0005276 0 ustar 00 /var/log/ufw.log { rotate 4 weekly missingok notifempty compress delaycompress sharedscripts postrotate [ -x /usr/lib/rsyslog/rsyslog-rotate ] && /usr/lib/rsyslog/rsyslog-rotate || true endscript } nghttpx 0000644 00000000333 15027406637 0006174 0 ustar 00 /var/log/nghttpx/*.log { weekly rotate 52 missingok compress delaycompress notifempty postrotate [ -s /var/run/nghttpx.pid ] && kill -USR1 `cat /var/run/nghttpx.pid` 2> /dev/null || true endscript } rsyslog 0000644 00000000566 15027406637 0006212 0 ustar 00 /var/log/syslog /var/log/mail.info /var/log/mail.warn /var/log/mail.err /var/log/mail.log /var/log/daemon.log /var/log/kern.log /var/log/auth.log /var/log/user.log /var/log/lpr.log /var/log/cron.log /var/log/debug /var/log/messages { rotate 4 weekly missingok notifempty compress delaycompress sharedscripts postrotate /usr/lib/rsyslog/rsyslog-rotate endscript } firewalld 0000644 00000000135 15027406637 0006451 0 ustar 00 /var/log/firewalld { weekly missingok rotate 4 copytruncate minsize 1M } apport 0000644 00000000176 15027406637 0006012 0 ustar 00 /var/log/apport.log { daily rotate 7 delaycompress compress notifempty missingok } cloud-init 0000644 00000000220 15027406637 0006542 0 ustar 00 /var/log/cloud-init*.log { su root root missingok nocreate notifempty rotate 6 compress delaycompress size 1M } unattended-upgrades 0000644 00000000353 15027406637 0010445 0 ustar 00 /var/log/unattended-upgrades/unattended-upgrades.log /var/log/unattended-upgrades/unattended-upgrades-dpkg.log /var/log/unattended-upgrades/unattended-upgrades-shutdown.log { rotate 6 monthly compress missingok notifempty } bootlog 0000644 00000000133 15027406637 0006143 0 ustar 00 /var/log/boot.log { missingok daily copytruncate rotate 7 notifempty } dpkg 0000644 00000000160 15027406637 0005423 0 ustar 00 /var/log/dpkg.log { monthly rotate 12 compress delaycompress missingok notifempty create 644 root root }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings