You've already forked mariadb-columnstore-engine
							
							
				mirror of
				https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
				synced 2025-11-03 17:13:17 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			313 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			313 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
[Unit]
 | 
						|
Description=loadbrm
 | 
						|
PartOf=mcs-workernode@1.service mcs-workernode@2.service
 | 
						|
After=network.target mcs-storagemanager.service
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=oneshot
 | 
						|
ExecStart=@ENGINE_BINDIR@/mcs-loadbrm.py
 | 
						|
EnvironmentFile=-/etc/columnstore/systemd.env
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=mcs-workernode@1.service mcs-workernode@2.service
 |