11 lines
		
	
	
		
			220 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			220 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=High-performance, schema-free document-oriented database
 | |
| After=network.target
 | |
| 
 | |
| [Service]
 | |
| User=mongodb
 | |
| ExecStart=/usr/bin/mongod --quiet --config /etc/mongodb.conf
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |