forked from fediversity/fediversity
		
	Minor addition.
This commit is contained in:
		
							parent
							
								
									e8b7c23366
								
							
						
					
					
						commit
						a4c86f127c
					
				
					 1 changed files with 13 additions and 0 deletions
				
			
		|  | @ -97,3 +97,16 @@ Their configuration goes into `/etc/matrix-synapse/workers`, which we have to | |||
| create first. | ||||
| 
 | ||||
| 
 | ||||
| # Preparing for sockets | ||||
| 
 | ||||
| Because we use sockets for speed, we should make sure only those programs that | ||||
| need access to those sockets get it. | ||||
| 
 | ||||
| Create a new group and add the users that need access to it: | ||||
| 
 | ||||
| ``` | ||||
| addgroup --system clubmatrix | ||||
| addgroup matrix-synapse clubmatrix | ||||
| addgroup www-data clubmatrix | ||||
| ``` | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Hans van Zijst
						Hans van Zijst