Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > contrib-release > by-pkgid > 159b5412cdb890988609c7396395853a > files > 1

atftp-server-0.7-8mdv2010.1.x86_64.rpm

/var/log/atftpd.log {
   daily
   rotate 5
   compress
   copytruncate
   notifempty
   missingok
    postrotate
        # only restart if atftpd is really running
        if test -n "`ps acx|grep atftpd`"; then
                /sbin/service atftpd restart
        fi
    endscript
}