- Removed INSTALL as requested by rpmlint - Added a ld.so.conf.d fragment file listing libdir/varnish - Removed redundant doc/html/_sources - systemd support from fedora 17 - Stopped using macros for make and install, according to Fedora's packaging guidelines - Changes merged from upstream - Removed unnecessary patch for system jemalloc, upstream now supports this
		
			
				
	
	
		
			12 lines
		
	
	
		
			249 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			249 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Varnish NCSA logging
 | |
| After=network.target
 | |
| 
 | |
| [Service]
 | |
| Type=forking
 | |
| PIDFile=/run/varnishncsa.pid
 | |
| ExecStart=/usr/bin/varnishncsa -a -w /var/log/varnish/varnishncsa.log -D -P /run/varnishncsa.pid
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |