Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
     5         kx /var/log/nginx/*.log {
     5         kx   su @USER@ @GROUP@
     5         kx   rotate 10
     5         kx   notifempty
     5         kx   size=5M
     5         kx   compress
     5         kx   delaycompress
     5         kx   sharedscripts
     5         kx   postrotate
     5         kx     /etc/rc.d/rc.nginx rotate
     5         kx   endscript
     5         kx }