Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 7b4c1c9579a1d01e5002cc4276f4b065 > files > 9

thttpd-2.25b-10mdv2010.0.src.rpm

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