Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > fa1f118e6f23a239ce20f8f53af3c526 > files > 8

thttpd-2.25b-5mdv2007.1.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
}