mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			249 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			249 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=High-performance, schema-free document-oriented database
 | 
						|
After=syslog.target network.target
 | 
						|
 
 | 
						|
[Service]
 | 
						|
Type=simple
 | 
						|
User=mongodb
 | 
						|
Group=mongodb
 | 
						|
ExecStart=/usr/bin/mongod  -f /etc/mongod.conf
 | 
						|
 
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 | 
						|
 |