[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3master/etc/logrotate.d/ -> apache2se (source)

   1  /var/log/apache2se/*.log {
   2      weekly
   3      missingok
   4      rotate 52
   5      compress
   6      delaycompress
   7      notifempty
   8      create 640 root adm
   9      sharedscripts
  10      postrotate
  11          if [ -f /var/run/apache2se.pid ]; then
  12              /etc/init.d/apache2se restart > /dev/null
  13          fi
  14      endscript
  15  }


Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1