mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			231 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			231 B
		
	
	
	
		
			Text
		
	
	
	
	
	
[Unit]
 | 
						|
Description=uWSGI Service
 | 
						|
 | 
						|
[Service]
 | 
						|
ExecStart=/usr/bin/uwsgi --ini /etc/uwsgi/apps-enabled/admin-console.ini
 | 
						|
Restart=always
 | 
						|
RestartSec=5
 | 
						|
KillSignal=SIGQUIT
 | 
						|
Type=notify
 | 
						|
NotifyAccess=all
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |