mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Fixes: Use systemctl enable --now shortcut in docs #15249
This commit is contained in:
		
				
					committed by
					
						
						Jeremy Stretch
					
				
			
			
				
	
			
			
			
						parent
						
							8afbb4421b
						
					
				
				
					commit
					c45acf0a7c
				
			@@ -27,8 +27,7 @@ sudo systemctl daemon-reload
 | 
			
		||||
Then, start the `netbox` and `netbox-rq` services and enable them to initiate at boot time:
 | 
			
		||||
 | 
			
		||||
```no-highlight
 | 
			
		||||
sudo systemctl start netbox netbox-rq
 | 
			
		||||
sudo systemctl enable netbox netbox-rq
 | 
			
		||||
sudo systemctl enable --now netbox netbox-rq
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
You can use the command `systemctl status netbox` to verify that the WSGI service is running:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user