mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Remove --reload from ExecStart
This commit is contained in:
		| @@ -6,7 +6,7 @@ After=network.target | ||||
| User=pi | ||||
| WorkingDirectory=/etc/raspap/api | ||||
| LimitNOFILE=4096 | ||||
| ExecStart=/usr/bin/python3 -m uvicorn main:app --host 0.0.0.0 --port 8081 --reload | ||||
| ExecStart=/usr/bin/python3 -m uvicorn main:app --host 0.0.0.0 --port 8081 | ||||
| ExecStop=/bin/kill -HUP ${MAINPID} | ||||
| Restart=on-failure | ||||
| RestartSec=5s | ||||
|   | ||||
		Reference in New Issue
	
	Block a user