Allow memory write and execution (ctypes). Add IRC gateway unit files and rename the units to be recognised by portabled. Fix installation of matrix-appservice-irc (don't ask).
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			294 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			294 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Matrix IRC gateway
 | |
| After=matrix.service
 | |
| Requires=matrix.service
 | |
| 
 | |
| [Service]
 | |
| Type=exec
 | |
| ExecStart=/usr/local/bin/matrix-appservice-irc -c /etc/matrix/irc-config.yaml -f /etc/matrix/irc-registration.yaml -p 7881
 | |
| StateDirectory=matrix-appservice-irc
 | |
| ConfigurationDirectory=matrix
 |