17 lines
		
	
	
	
		
			474 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
		
		
			
		
	
	
			17 lines
		
	
	
	
		
			474 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
|  | [Unit] | ||
|  | Description=Synapse - Matrix homeserver | ||
|  | Requires=network-online.target | ||
|  | 
 | ||
|  | [Service] | ||
|  | Environment=LANG=en_US.UTF-8 | ||
|  | Environment=SYNAPSE_LOG_LEVEL=DEBUG | ||
|  | Environment=PYTHONDONTWRITEBYTECODE=1 | ||
|  | 
 | ||
|  | ExecStart=/usr/bin/synctl start /etc/matrix/homeserver.yaml --no-daemonize | ||
|  | ExecStop=/usr/bin/synctl stop /etc/matrix/homeserver.yaml | ||
|  | ExecReload=/opt/synapse/bin/synctl restart /etc/matrix/homeserver.yaml | ||
|  | 
 | ||
|  | StateDirectory=matrix | ||
|  | RuntimeDirectory=matrix | ||
|  | ConfigurationDirectory=matrix |