Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > 35bce6cabfcfaec3d3060d600965d3a7 > files > 8

thttpd-2.25b-8mdv2009.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
}