19 lines
		
	
	
		
			366 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			19 lines
		
	
	
		
			366 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|  | # /etc/systemd/system/kibana.service | ||
|  | 
 | ||
|  | [Unit] | ||
|  | Description=Kibana | ||
|  | Documentation=https://www.elastic.co | ||
|  | Wants=network-online.target | ||
|  | After=network-online.target elasticsearch.service | ||
|  | 
 | ||
|  | [Service] | ||
|  | Type=simple | ||
|  | User=root | ||
|  | Group=root | ||
|  | WorkingDirectory=/data/kibana-8.17.0 | ||
|  | ExecStart=/data/kibana-8.17.0/bin/kibana | ||
|  | Restart=always | ||
|  | RestartSec=3 | ||
|  | 
 | ||
|  | [Install] | ||
|  | WantedBy=multi-user.target |