15 lines
		
	
	
		
			273 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			273 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Matrix Ident Server
 | |
| 
 | |
| [Service]
 | |
| Type=simple
 | |
| Restart=on-failure
 | |
| User=sydent
 | |
| Group=matrix
 | |
| WorkingDirectory=/opt/matrix/sydent
 | |
| ExecStart=/opt/matrix/sydent/sydent-venv/bin/python -m sydent.sydent
 | |
| SyslogIdentifier=sydent
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |