10 lines
		
	
	
		
			265 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			265 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
|  | [Unit] | ||
|  | Description=Koozali SME Server boot diagnostic tool | ||
|  | After=sme-server.target | ||
|  | PartOf=sme-server.target | ||
|  | 
 | ||
|  | [Service] | ||
|  | Type=oneshot | ||
|  | ExecStart=/bin/sh -c "/usr/bin/systemd-analyze plot > /usr/share/smanager/themes/default/public/images/boot.svg" | ||
|  | RemainAfterExit=yes |