mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			351 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			351 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
| [Unit]
 | |
| Description=High-performance, schema-free document-oriented database
 | |
| After=syslog.target network.target
 | |
|  
 | |
| [Service]
 | |
| Type=simple
 | |
| User=mongodb
 | |
| Group=mongodb
 | |
| ExecStartPre=/usr/bin/mongod --repair --dbpath {{ mongodb_db_path }}
 | |
| ExecStart=/usr/bin/mongod -f {{ mongodb_conf }}
 | |
| ExecStop=/usr/bin/killall mongod
 | |
|  
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |